@adcp/client API Reference - v3.11.2
    Preparing search index...

    Interface OAuthMetadataInfo

    OAuth metadata for authentication guidance

    interface OAuthMetadataInfo {
        authorization_endpoint: string;
        token_endpoint: string;
        registration_endpoint?: string;
        issuer?: string;
    }
    Index

    Properties

    authorization_endpoint: string

    URL of the authorization endpoint

    token_endpoint: string

    URL of the token endpoint

    registration_endpoint?: string

    URL of the dynamic client registration endpoint (optional)

    issuer?: string

    Issuer identifier