This documentation is archived and is not being maintained.

SimpleWebTokenCredential Constructor

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

  Name Description
Public method SimpleWebTokenCredential(String, String) Initializes a new SimpleWebTokenCredential instance with the specified user name and password.
Public method 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
Show: