Class Token
- Assembly
- Google.Apis.Admin.Directory.directory_v1.dll
JSON template for token resource in Directory API.
public class Token : IDirectResponseSchema
- Inheritance
-
Token
- Implements
-
IDirectResponseSchema
- Inherited Members
Constructors
Token()
public Token()
Properties
Anonymous
Whether the application is registered with Google. The value is true if the application has an anonymous Client ID.
public virtual bool? Anonymous { get; set; }
Property Value
- bool?
ClientId
The Client ID of the application the token is issued to.
public virtual string ClientId { get; set; }
Property Value
DisplayText
The displayable name of the application the token is issued to.
public virtual string DisplayText { get; set; }
Property Value
ETag
ETag of the resource.
public virtual string ETag { get; set; }
Property Value
Kind
The type of the API resource. This is always admin#directory#token.
public virtual string Kind { get; set; }
Property Value
NativeApp
Whether the token is issued to an installed application. The value is true if the application is installed to a desktop or mobile device.
public virtual bool? NativeApp { get; set; }
Property Value
- bool?
Scopes
A list of authorization scopes the application is granted.
public virtual IList<string> Scopes { get; set; }
Property Value
UserKey
The unique ID of the user that issued the token.
public virtual string UserKey { get; set; }