pl-api
    Preparing search index...

    Type Alias AuthorizationServerMetadata

    AuthorizationServerMetadata: {
        app_registration_endpoint: string;
        authorization_endpoint: string;
        code_challenge_methods_supported: string[];
        grant_types_supported: string[];
        issuer: string;
        response_modes_supported: string[];
        response_types_supported: string[];
        revocation_endpoint: string;
        scopes_supported: string[];
        service_documentation: string;
        token_endpoint: string;
        token_endpoint_auth_methods_supported: string[];
        userinfo_endpoint: string;
    }

    Type Declaration

    • app_registration_endpoint: string
    • authorization_endpoint: string
    • code_challenge_methods_supported: string[]
    • grant_types_supported: string[]
    • issuer: string
    • response_modes_supported: string[]
    • response_types_supported: string[]
    • revocation_endpoint: string
    • scopes_supported: string[]
    • service_documentation: string
    • token_endpoint: string
    • token_endpoint_auth_methods_supported: string[]
    • userinfo_endpoint: string