SimpleWebTokenProvider Class
Provides a set of methods that execute asynchronous simple Web token (SWT) retrieval operations.
Namespace: Microsoft.ServiceBus
Assembly: Microsoft.ServiceBus (in Microsoft.ServiceBus.dll)
The SimpleWebTokenProvider type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | CacheSize | Gets or sets the size of the cache. (Inherited from TokenProvider.) |
![]() | CacheTokens | Gets or sets a value that indicates whether new security tokens are being cached. (Inherited from TokenProvider.) |
![]() | IsWebTokenSupported | Gets or sets a value that indicates whether web token is supported by this provider. (Inherited from TokenProvider.) |
![]() | StripQueryParameters | Gets whether the token provider strips query parameters. (Inherited from TokenProvider.) |
![]() | TokenScope | Gets or sets the token scope associated with the provider. (Inherited from TokenProvider.) |
| Name | Description | |
|---|---|---|
![]() | BeginGetToken | Begins an asynchronous operation to get a security token. (Inherited from TokenProvider.) |
![]() | BeginGetWebToken | Begins an asynchronous operation to get a web token. (Inherited from TokenProvider.) |
![]() | BuildKey | Generates a key for the simple web token provider. (Overrides TokenProvider.BuildKey(String, String).) |
![]() | Clear | Clears the token provider. (Inherited from TokenProvider.) |
![]() | EndGetToken | Completes an asynchronous operation to get a security token. (Inherited from TokenProvider.) |
![]() | EndGetWebToken | Completes an asynchronous operation to get a web token. (Inherited from TokenProvider.) |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetTokenAsync | Asynchronously retrieves the token for the provider. (Inherited from TokenProvider.) |
![]() | GetType | (Inherited from Object.) |
![]() | GetWebTokenAsync | Asynchronously retrieves the web token for the provider. (Inherited from TokenProvider.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | NormalizeAppliesTo | Returns an object whose value is the same as the token provider. (Inherited from TokenProvider.) |
![]() | OnBeginGetToken | Executes the begin get token action. (Overrides TokenProvider.OnBeginGetToken(String, String, TimeSpan, AsyncCallback, Object).) |
![]() | OnBeginGetWebToken | Executes the begin get web token action. (Overrides TokenProvider.OnBeginGetWebToken(String, String, TimeSpan, AsyncCallback, Object).) |
![]() | OnEndGetToken | Executes the end get token action. (Overrides TokenProvider.OnEndGetToken(IAsyncResult, DateTime).) |
![]() | OnEndGetWebToken | Executes the end get web token action. (Overrides TokenProvider.OnEndGetWebToken(IAsyncResult, DateTime).) |
![]() | ToString | (Inherited from Object.) |
