class Google::Apis::AndroidenterpriseV1::AuthenticationToken

An AuthenticationToken is used by the EMM's device policy client on a device to provision the given EMM-managed user on that device.

Attributes

token[RW]

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` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/androidenterprise_v1/classes.rb, line 546
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/androidenterprise_v1/classes.rb, line 551
def update!(**args)
  @token = args[:token] if args.key?(:token)
end