Preparing search index...
The search index is not available
Harmony Auth Documentation
Harmony Auth Documentation
Definitions/Authenticate
Auth0GetTokenResponse
Interface Auth0GetTokenResponse
Token response for Auth0 service-to-service provider.
interface
Auth0GetTokenResponse
{
access_token
:
string
;
expires_in
:
number
;
provider
:
Provider
;
token_type
:
string
;
}
Hierarchy (
View Summary
)
BaseGetTokenResponse
Auth0GetTokenResponse
Index
Properties
access_
token
expires_
in
provider
token_
type
Properties
access_
token
access_token
:
string
expires_
in
expires_in
:
number
provider
provider
:
Provider
token_
type
token_type
:
string
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
access_
token
expires_
in
provider
token_
type
Harmony Auth Documentation
Loading...
Token response for Auth0 service-to-service provider.