OpenIdConnectAuthenticationHandler.ApplyResponseChallengeAsync Method
Handles SignIn
Namespace: Microsoft.Owin.Security.OpenIdConnect
Assembly: Microsoft.Owin.Security.OpenIdConnect (in Microsoft.Owin.Security.OpenIdConnect.dll)
Syntax
'Declaration
Protected Overrides Function ApplyResponseChallengeAsync As Task
'Usage
Dim returnValue As Task
returnValue = Me.ApplyResponseChallengeAsync()
protected override Task ApplyResponseChallengeAsync()
protected:
virtual Task^ ApplyResponseChallengeAsync() override
abstract ApplyResponseChallengeAsync : unit -> Task
override ApplyResponseChallengeAsync : unit -> Task
protected override function ApplyResponseChallengeAsync() : Task
Return Value
Type: System.Threading.Tasks.Task
Returns Task.