module:model/OauthAccess

module:model/OauthAccess

new module:model/OauthAccess()

Source:

Constructs a new OauthAccess.

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:

(inner) data :Array.<module:model/NameValue>

Source:
Type:

(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.

Type
module:model/OauthAccess

(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.

Type
module:model/OauthAccess

module:model/OauthAccess

new module:model/OauthAccess()

Source:

Constructs a new OauthAccess.

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:

(inner) data :Array.<module:model/NameValue>

Source:
Type:

(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.

Type
module:model/OauthAccess

(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.

Type
module:model/OauthAccess