Struct google_androidenterprise1::AuthenticationToken[][src]

pub struct AuthenticationToken {
    pub kind: Option<String>,
    pub token: Option<String>,
}

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

Activities

This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).

Fields

Identifies what kind of resource this is. Value: the fixed string "androidenterprise#authenticationToken".

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.

Trait Implementations

impl Default for AuthenticationToken
[src]

Returns the "default value" for a type. Read more

impl Clone for AuthenticationToken
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for AuthenticationToken
[src]

Formats the value using the given formatter. Read more

impl ResponseResult for AuthenticationToken
[src]

Auto Trait Implementations