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