Class: Google::Apis::AndroidenterpriseV1::AuthenticationToken
- Inherits:
-
Object
- Object
- Google::Apis::AndroidenterpriseV1::AuthenticationToken
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/androidenterprise_v1/classes.rb,
generated/google/apis/androidenterprise_v1/representations.rb,
generated/google/apis/androidenterprise_v1/representations.rb
Overview
An AuthenticationToken is used by the EMM's device policy client on a device to provision the given EMM-managed user on that device.
Instance Attribute Summary collapse
-
#token ⇒ String
The authentication token to be passed to the device policy client on the device where it can be used to provision the account for which this token was generated.
Instance Method Summary collapse
-
#initialize(**args) ⇒ AuthenticationToken
constructor
A new instance of AuthenticationToken.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ AuthenticationToken
Returns a new instance of AuthenticationToken.
519 520 521 |
# File 'generated/google/apis/androidenterprise_v1/classes.rb', line 519 def initialize(**args) update!(**args) end |
Instance Attribute Details
#token ⇒ String
The authentication token to be passed to the device policy client on the
device where it can be used to provision the account for which this token was
generated.
Corresponds to the JSON property token
517 518 519 |
# File 'generated/google/apis/androidenterprise_v1/classes.rb', line 517 def token @token end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
524 525 526 |
# File 'generated/google/apis/androidenterprise_v1/classes.rb', line 524 def update!(**args) @token = args[:token] if args.key?(:token) end |