SimpleWebTokenCredential Constructor
Include Protected Members
Include Inherited Members
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
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. |
Top