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

Inheritance: ExtensibleJsonObject
Show file Open project: crowdy/OpenStack-ConoHa Class Usage Examples

Public Methods

Method Description
PasswordCredentials ( string username, string password ) : System

Initializes a new instance of the PasswordCredentials class with the specified credentials.

PasswordCredentials ( string username, string password, JToken>.ImmutableDictionary extensionData ) : System

Initializes a new instance of the PasswordCredentials class with the specified credentials and extension data.

Private Methods

Method Description
PasswordCredentials ( ) : System

Method Details

PasswordCredentials() public method

Initializes a new instance of the PasswordCredentials class with the specified credentials.
public PasswordCredentials ( string username, string password ) : System
username string The username.
password string The password.
return System

PasswordCredentials() public method

Initializes a new instance of the PasswordCredentials class with the specified credentials and extension data.
If is .
public PasswordCredentials ( string username, string password, JToken>.ImmutableDictionary extensionData ) : System
username string The username.
password string The password.
extensionData JToken>.ImmutableDictionary The extension data.
return System