AzureActiveDirectoryLoginAuthenticationProvider.ValidateIdentity Method (OAuthValidateIdentityContext)
Namespace: Microsoft.WindowsAzure.Mobile.Service.Security.Providers
Assembly: Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)
Syntax
[DebuggerStepThroughAttribute]
public override Task ValidateIdentity(
OAuthValidateIdentityContext context
)
public:
[DebuggerStepThroughAttribute]
virtual Task^ ValidateIdentity(
OAuthValidateIdentityContext^ context
) override
[<DebuggerStepThroughAttribute>]
override ValidateIdentity :
context:OAuthValidateIdentityContext -> Task
<DebuggerStepThroughAttribute>
Public Overrides Function ValidateIdentity (
context As OAuthValidateIdentityContext
) As Task
Return Value
Type: System.Threading.Tasks.Task
Implements
IOAuthBearerAuthenticationProvider.ValidateIdentity(OAuthValidateIdentityContext)
See Also
AzureActiveDirectoryLoginAuthenticationProvider Class
Microsoft.WindowsAzure.Mobile.Service.Security.Providers Namespace
Return to top