IAppServiceTokenHandler 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.
Provides an abstraction for handling security tokens. This abstraction can be used for validating security tokens and creating ClaimsPrincipal instances.
public interface IAppServiceTokenHandler
type IAppServiceTokenHandler = interface
Public Interface IAppServiceTokenHandler
- Derived
Methods
CreateUserId(String, String) |
Creates a user id value contained within a ProviderCredentials. The user id is of the form
|
TryParseUserId(String, String, String) |
Parses a user id into its two components: a |
TryValidateLoginToken(String, String, IEnumerable<String>, IEnumerable<String>, ClaimsPrincipal) |
Validates a string representation of a mobile service authentication token used to authenticate a user request. |
Applies to
Azure SDK for .NET