class Google::Apis::AndroidenterpriseV1::AdministratorWebToken
A token authorizing an admin to access an iframe.
Attributes
token[RW]
An opaque token to be passed to the Play front-end to generate an iframe. 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 54 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 59 def update!(**args) @token = args[:token] if args.key?(:token) end