Member Junction
    Preparing search index...

    Dynamic Client Registration request (RFC 7591)

    interface DCRRequest {
        client_name: string;
        grant_types: string[];
        redirect_uris: string[];
        response_types: string[];
        scope?: string;
        token_endpoint_auth_method: string;
    }
    Index

    Properties

    client_name: string

    Client name for display

    grant_types: string[]

    Array of grant types the client will use

    redirect_uris: string[]

    Array of allowed redirect URIs

    response_types: string[]

    Array of response types the client will use

    scope?: string

    Requested scope (space-delimited)

    token_endpoint_auth_method: string

    Token endpoint authentication method