google_api_android_enterprise v0.16.1 GoogleApi.AndroidEnterprise.V1.Model.UserToken View Source

A UserToken is used by a user when setting up a managed device or profile with their managed Google Play account on a device. When the user enters their email address and token (activation code) the appropriate EMM app can be automatically downloaded.

Attributes

  • kind (type: String.t, default: androidenterprise#userToken) -
  • token (type: String.t, default: nil) - The token (activation code) to be entered by the user. This consists of a sequence of decimal digits. Note that the leading digit may be 0.
  • userId (type: String.t, default: nil) - The unique ID for the user.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.AndroidEnterprise.V1.Model.UserToken{
  kind: String.t(),
  token: String.t(),
  userId: String.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.