Interface IEndpointConfiguration

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;
}

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