Class IssuerToUserInfo
Inheritance
IssuerToUserInfo
Assembly: Google.Apis.Walletobjects.v1.dll
Syntax
public class IssuerToUserInfo : IDirectResponseSchema
Properties
Action
Declaration
[JsonProperty("action")]
public virtual string Action { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
SignUpInfo
Declaration
[JsonProperty("signUpInfo")]
public virtual SignUpInfo SignUpInfo { get; set; }
Property Value
Url
Currently not used, consider deprecating.
Declaration
[JsonProperty("url")]
public virtual string Url { get; set; }
Property Value
Value
JSON web token for action S2AP.
Declaration
[JsonProperty("value")]
public virtual string Value { get; set; }
Property Value
Implements