MonoCloud Authentication SDK
    Preparing search index...

    Authorization server metadata

    interface IssuerMetadata {
        authorization_endpoint: string;
        backchannel_logout_session_supported: boolean;
        backchannel_logout_supported: boolean;
        check_session_iframe: string;
        claims_supported: string[];
        code_challenge_methods_supported: string[];
        device_authorization_endpoint: string;
        end_session_endpoint: string;
        frontchannel_logout_session_supported: boolean;
        frontchannel_logout_supported: boolean;
        grant_types_supported: string[];
        id_token_signing_alg_values_supported: string[];
        introspection_endpoint: string;
        issuer: string;
        jwks_uri: string;
        pushed_authorization_request_endpoint?: string;
        request_object_signing_alg_values_supported: string[];
        request_parameter_supported: boolean;
        request_uri_parameter_supported: boolean;
        require_pushed_authorization_requests: boolean;
        response_modes_supported: string[];
        response_types_supported: string[];
        revocation_endpoint: string;
        scopes_supported: string[];
        subject_types_supported: string[];
        token_endpoint: string;
        token_endpoint_auth_methods_supported: string[];
        userinfo_endpoint: string;
    }
    Index

    Properties

    authorization_endpoint: string
    backchannel_logout_session_supported: boolean
    backchannel_logout_supported: boolean
    check_session_iframe: string
    claims_supported: string[]
    code_challenge_methods_supported: string[]
    device_authorization_endpoint: string
    end_session_endpoint: string
    frontchannel_logout_session_supported: boolean
    frontchannel_logout_supported: boolean
    grant_types_supported: string[]
    id_token_signing_alg_values_supported: string[]
    introspection_endpoint: string
    issuer: string
    jwks_uri: string
    pushed_authorization_request_endpoint?: string
    request_object_signing_alg_values_supported: string[]
    request_parameter_supported: boolean
    request_uri_parameter_supported: boolean
    require_pushed_authorization_requests: boolean
    response_modes_supported: string[]
    response_types_supported: string[]
    revocation_endpoint: string
    scopes_supported: string[]
    subject_types_supported: string[]
    token_endpoint: string
    token_endpoint_auth_methods_supported: string[]
    userinfo_endpoint: string