Preparing search index...
The search index is not available
@espressif/rainmaker-base-sdk
@espressif/rainmaker-base-sdk
types/output
LoginWithFederatedTokenResponse
Interface LoginWithFederatedTokenResponse
Represents the response from a native federated sign-in.
interface
LoginWithFederatedTokenResponse
{
access_token
:
string
;
expires_in
:
number
;
id_token
:
string
;
refresh_token
:
string
;
}
Hierarchy (
View Summary
)
LoginWithOauthCodeResponse
LoginWithFederatedTokenResponse
Index
Properties
access_
token
expires_
in
id_
token
refresh_
token
Properties
access_
token
access_token
:
string
expires_
in
expires_in
:
number
Lifetime of the access token, in seconds.
id_
token
id_token
:
string
refresh_
token
refresh_token
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
access_
token
expires_
in
id_
token
refresh_
token
@espressif/rainmaker-base-sdk
Loading...
Represents the response from a native federated sign-in.