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