IUserToken Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
UserToken operations.
public interface IUserToken
type IUserToken = interface
Public Interface IUserToken
- Derived
Methods
GetAadTokensWithHttpMessagesAsync(String, String, AadResourceUrls, String, Dictionary<String,List<String>>, CancellationToken) |
Get AAD token with HTTP message. |
GetTokenStatusWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken) |
Get the token status with HTTP message. |
GetTokenWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken) |
Get token with HTTP message. |
SignOutWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken) |
Sign out with HTTP message. |