Auth0 Node.js SDK - v5.0.0
    Preparing search index...

    Interface IBackchannel

    Interface for the backchannel authentication.

    interface IBackchannel {
        authorize: (options: AuthorizeOptions) => Promise<AuthorizeResponse>;
        backchannelGrant: (options: TokenOptions) => Promise<TokenResponse>;
    }
    Index

    Properties

    authorize: (options: AuthorizeOptions) => Promise<AuthorizeResponse>
    backchannelGrant: (options: TokenOptions) => Promise<TokenResponse>