google_api_mirror v0.6.0 GoogleApi.Mirror.V1.Model.Account View Source
Represents an account passed into the Account Manager on Glass.
Attributes
authTokens(type:list(GoogleApi.Mirror.V1.Model.AuthToken.t), default:nil) -features(type:list(String.t), default:nil) -password(type:String.t, default:nil) -userData(type:list(GoogleApi.Mirror.V1.Model.UserData.t), default:nil) -
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 Sourcet() :: %GoogleApi.Mirror.V1.Model.Account{
authTokens: [GoogleApi.Mirror.V1.Model.AuthToken.t()],
features: [String.t()],
password: String.t(),
userData: [GoogleApi.Mirror.V1.Model.UserData.t()]
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.