| IdentityToken Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: net.openstack.Core.Domain
 Syntax
SyntaxThe IdentityToken type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | IdentityToken | Initializes a new instance of the IdentityToken class | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | AuthenticationTypes | 
            Gets a Collection of AuthenticationType objects representing the ways the 
            user has authenticated.
             | 
|  | Expires | 
            Gets the token expiration time in the format originally returned by the
            authentication response.
             | 
|  | ExtensionData | 
            Gets a map of object properties which did not map to another field or property
            during JSON deserialization. The keys of the map represent the property names,
            and the values are JToken instances containing the parsed JSON
            values.
            (Inherited from ExtensibleJsonObject.) | 
|  | Id | 
            Gets the token ID which can be used to make authenticated API calls.
             | 
|  | IsExpired | |
|  | Tenant | 
            Gets a Tenant object containing the name and ID of the
            tenant (or account) for the authenticated credentials.
             | 
 Version Information
Version Information Thread Safety
Thread Safety See Also
See Also