Preparing search index...
The search index is not available
Harmony Auth Documentation
Harmony Auth Documentation
Definitions/Authenticate
BaseGetTokenResponse
Interface BaseGetTokenResponse
Base response for service-to-service token issuance.
interface
BaseGetTokenResponse
{
access_token
:
string
;
expires_in
:
number
;
provider
:
Provider
;
token_type
:
string
;
}
Hierarchy (
View Summary
)
BaseGetTokenResponse
Auth0GetTokenResponse
CognitoGetTokenResponse
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...
Base response for service-to-service token issuance.