Auth0 Node.js SDK - v5.0.0
Preparing search index...
auth
SDK
IBackchannel
Interface IBackchannel
Interface for the backchannel authentication.
interface
IBackchannel
{
authorize
:
(
options
:
AuthorizeOptions
)
=>
Promise
<
AuthorizeResponse
>
;
backchannelGrant
:
(
options
:
TokenOptions
)
=>
Promise
<
TokenResponse
>
;
}
Index
Properties
authorize
backchannel
Grant
Properties
authorize
authorize
:
(
options
:
AuthorizeOptions
)
=>
Promise
<
AuthorizeResponse
>
backchannel
Grant
backchannelGrant
:
(
options
:
TokenOptions
)
=>
Promise
<
TokenResponse
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
authorize
backchannel
Grant
Auth0 Node.js SDK - v5.0.0
Loading...
Interface for the backchannel authentication.