Preparing search index...
The search index is not available
@espressif/rainmaker-base-sdk
@espressif/rainmaker-base-sdk
types/output
LoginWithOauthCodeResponse
Interface LoginWithOauthCodeResponse
Represents the response from logging in with an OAuth code.
interface
LoginWithOauthCodeResponse
{
access_token
:
string
;
id_token
:
string
;
refresh_token
:
string
;
}
Index
Properties
access_
token
id_
token
refresh_
token
Properties
access_
token
access_token
:
string
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
id_
token
refresh_
token
@espressif/rainmaker-base-sdk
Loading...
Represents the response from logging in with an OAuth code.