Overload List
Name | Description | |
---|---|---|
Token(FuncString, Token) |
Initializes a new instance of the Token class based on a delegate function for generating the token from the service url.
| |
Token(String) |
Initializes a new instance of the Token class based on an existing token string.
| |
Token(String, String) |
Initializes a new instance of the Token class based on the credentials. When the token is generated this way, it is self-renewing and will not expire.
| |
Token(String, String, String) |
Initializes a new instance of the Token class based on the credentials. When the token is generated this way, it is self-renewing and will not expire.
|
See Also