MELCloud & MELCloud Home API for Node.js - v48.2.0
GitHub
GitHub Packages
Preparing search index...
HomeUser
Interface HomeUser
Authenticated MELCloud Home user identity decoded from the bearer token's id-token claims.
interface
HomeUser
{
email
:
string
;
firstName
:
string
;
lastName
:
string
;
sub
:
string
;
}
Index
Properties
email
first
Name
last
Name
sub
Properties
Readonly
email
email
:
string
Readonly
first
Name
firstName
:
string
Readonly
last
Name
lastName
:
string
Readonly
sub
sub
:
string
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
email
first
Name
last
Name
sub
GitHub
GitHub Packages
MELCloud & MELCloud Home API for Node.js - v48.2.0
Loading...
Authenticated MELCloud Home user identity decoded from the bearer token's id-token claims.