@espressif/rainmaker-base-cdf
Preparing search index...
types
LoginWithPasswordResponse
Interface LoginWithPasswordResponse
Represents the response from a login attempt with a password.
interface
LoginWithPasswordResponse
{
accesstoken
:
string
;
description
:
string
;
idtoken
:
string
;
refreshtoken
:
string
;
status
:
string
;
}
Hierarchy (
View Summary
)
ESPAPIResponse
LoginWithPasswordResponse
LoginWithOTPResponse
Index
Properties
accesstoken
description
idtoken
refreshtoken
status
Properties
accesstoken
accesstoken
:
string
description
description
:
string
idtoken
idtoken
:
string
refreshtoken
refreshtoken
:
string
status
status
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
accesstoken
description
idtoken
refreshtoken
status
@espressif/rainmaker-base-cdf
Loading...
Represents the response from a login attempt with a password.