AzureActiveDirectoryOpenIdConnectAuthenticationProvider.Authenticated Method
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.
Called each time a request identity has been validated by the middleware. Gives the application an opportunity to alter or reject the identity which has arrived with the request.
public System.Threading.Tasks.Task Authenticated (Microsoft.WindowsAzure.Mobile.Service.Security.Providers.AzureActiveDirectory.AzureActiveDirectoryOpenIdConnectAuthenticatedContext context);
abstract member Authenticated : Microsoft.WindowsAzure.Mobile.Service.Security.Providers.AzureActiveDirectory.AzureActiveDirectoryOpenIdConnectAuthenticatedContext -> System.Threading.Tasks.Task
override this.Authenticated : Microsoft.WindowsAzure.Mobile.Service.Security.Providers.AzureActiveDirectory.AzureActiveDirectoryOpenIdConnectAuthenticatedContext -> System.Threading.Tasks.Task
Public Function Authenticated (context As AzureActiveDirectoryOpenIdConnectAuthenticatedContext) As Task
Parameters
Contains information about the login session as well as the user ClaimsIdentity.
Returns
A Task representing the completed operation.
Implements
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET