PAOIDCClient
    Preparing search index...

    Interface IEndpointConfiguration

    OpenID Provider metadata (discovery document).

    interface IEndpointConfiguration {
        authorization_endpoint?: string;
        check_session_iframe?: string;
        device_authorization_endpoint?: string;
        end_session_endpoint?: string;
        introspection_endpoint?: string;
        jwks_uri?: string;
        mfa_endpoint?: string;
        registration_endpoint?: string;
        revocation_endpoint?: string;
        token_endpoint?: string;
        userinfo_endpoint?: string;
    }
    Index

    Properties

    authorization_endpoint?: string
    check_session_iframe?: string
    device_authorization_endpoint?: string
    end_session_endpoint?: string
    introspection_endpoint?: string
    jwks_uri?: string
    mfa_endpoint?: string
    registration_endpoint?: string
    revocation_endpoint?: string
    token_endpoint?: string
    userinfo_endpoint?: string