Auto |
public sealed class AutoRefreshSecurityToken<TProxy, TService> where TProxy : ServiceProxy<TService> where TService : class
The AutoRefreshSecurityTokenTProxy, TService type exposes the following members.
| Name | Description | |
|---|---|---|
| AutoRefreshSecurityTokenTProxy, TService | Instantiates an instance of the proxy class |
| Name | Description | |
|---|---|---|
| AuthenticateDevice | Authenticates the device token | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| PrepareCredentials | Prepares authentication before authen6ticated | |
| RenewTokenIfRequired | Renews the token (if it is near expiration or has expired) | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |