This documentation is archived and is not being maintained.
SimpleWebTokenCredential Constructor
Visual Studio 2013
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
SimpleWebTokenCredential(String, String) | Initializes a new SimpleWebTokenCredential instance with the specified user name and password. |
|
SimpleWebTokenCredential(String, String, SimpleWebToken) | Initializes a new SimpleWebTokenCredential instance with the specified user name and password. The provided token, if not null, will be used before it tries authentication with the credentials. |
Show: