Back to Node Auth0

Interface IBackchannel

docs/interfaces/auth.SDK.IBackchannel.html

5.9.11.1 KB
Original Source

Interface IBackchannel

Interface for the backchannel authentication.

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

Index

Properties

authorizebackchannelGrant

Properties

authorize

authorize: (options: AuthorizeOptions) => Promise<AuthorizeResponse>

backchannelGrant

backchannelGrant: (options: TokenOptions) => Promise<TokenResponse>

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties authorizebackchannelGrant