Members
(inner) access_token :String
- Source:
Access token information.
Type:
- String
(inner) access_token :String
- Source:
Access token information.
Type:
- String
(inner) data :Array.<module:model/NameValue>
- Source:
Type:
- Array.<module:model/NameValue>
(inner) data :Array.<module:model/NameValue>
- Source:
Type:
- Array.<module:model/NameValue>
(inner) expires_in :String
- Source:
Type:
- String
(inner) expires_in :String
- Source:
Type:
- String
(inner) refresh_token :String
- Source:
Type:
- String
(inner) refresh_token :String
- Source:
Type:
- String
(inner) scope :String
- Source:
Must be set to "api".
Type:
- String
(inner) scope :String
- Source:
Must be set to "api".
Type:
- String
(inner) token_type :String
- Source:
Type:
- String
(inner) token_type :String
- Source:
Type:
- String
Methods
(static) constructFromObject(data, obj) → {module:model/OauthAccess}
- Source:
Constructs a OauthAccess
from a plain JavaScript object, optionally creating a new instance.
Copies all relevant properties from data
to obj
if supplied or a new instance if not.
Parameters:
Name | Type | Description |
---|---|---|
data |
Object | The plain JavaScript object bearing properties of interest. |
obj |
module:model/OauthAccess | Optional instance to populate. |
Returns:
The populated OauthAccess
instance.
(static) constructFromObject(data, obj) → {module:model/OauthAccess}
- Source:
Constructs a OauthAccess
from a plain JavaScript object, optionally creating a new instance.
Copies all relevant properties from data
to obj
if supplied or a new instance if not.
Parameters:
Name | Type | Description |
---|---|---|
data |
Object | The plain JavaScript object bearing properties of interest. |
obj |
module:model/OauthAccess | Optional instance to populate. |
Returns:
The populated OauthAccess
instance.