IdentityToken Class |
Namespace: net.openstack.Core.Domain
The IdentityToken type exposes the following members.
Name | Description | |
---|---|---|
IdentityToken | Initializes a new instance of the IdentityToken class |
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.
|