Member Junction
    Preparing search index...

    OAuth2 Client Credentials grant.

    The AuthHandler acquires a token at runtime by POSTing to TokenUrl with client_id, client_secret, and grant_type=client_credentials. The acquired token is cached and injected as a Bearer header.

    Index

    Constructors

    Properties

    ClientId: string = ''
    ClientSecret: string = ''
    Scope?: string
    TokenUrl: string = ''
    Type: "OAuthClientCredentials" = ...