Preparing search index...
The search index is not available
@espressif/rainmaker-base-sdk
@espressif/rainmaker-base-sdk
types/output
ExtendSessionResponse
Interface ExtendSessionResponse
Represents the response for extending a session, excluding the refresh token.
interface
ExtendSessionResponse
{
accesstoken
:
string
;
description
:
string
;
idtoken
:
string
;
status
:
string
;
}
Hierarchy
Omit
<
LoginWithPasswordResponse
,
"refreshtoken"
>
ExtendSessionResponse
Index
Properties
accesstoken
description
idtoken
status
Properties
accesstoken
accesstoken
:
string
description
description
:
string
idtoken
idtoken
:
string
status
status
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
accesstoken
description
idtoken
status
@espressif/rainmaker-base-sdk
Loading...
Represents the response for extending a session, excluding the refresh token.