C# Class OpenStack.Services.Identity.V2.Token

Inheritance: ExtensibleJsonObject
显示文件 Open project: crowdy/OpenStack-ConoHa Class Usage Examples

Public Methods

Method Description
Token ( TokenId id ) : System

Initializes a new instance of the Token class with the specified ID.

This constructor is typically used for authentication requests which specified a Token as the credentials.

Token ( TokenId id, JToken>.ImmutableDictionary extensionData ) : System

Initializes a new instance of the Token class with the specified ID and extension data.

This constructor is typically used for authentication requests which specified a Token as the credentials.

Private Methods

Method Description
Token ( ) : System

Method Details

Token() public method

Initializes a new instance of the Token class with the specified ID.

This constructor is typically used for authentication requests which specified a Token as the credentials.

public Token ( TokenId id ) : System
id TokenId The unique ID of the token.
return System

Token() public method

Initializes a new instance of the Token class with the specified ID and extension data.

This constructor is typically used for authentication requests which specified a Token as the credentials.

If is .
public Token ( TokenId id, JToken>.ImmutableDictionary extensionData ) : System
id TokenId The unique ID of the token.
extensionData JToken>.ImmutableDictionary The extension data.
return System