OAuthBearerAuthenticationProvider.ApplyChallenge Method (OAuthChallengeContext)

 

Handles applying the authentication challenge to the response message.

Namespace:   Microsoft.Owin.Security.OAuth
Assembly:  Microsoft.Owin.Security.OAuth (in Microsoft.Owin.Security.OAuth.dll)

Syntax

public Task ApplyChallenge(
    OAuthChallengeContext context
)
public:
virtual Task^ ApplyChallenge(
    OAuthChallengeContext^ context
) sealed
abstract ApplyChallenge : 
        context:OAuthChallengeContext -> Task
override ApplyChallenge : 
        context:OAuthChallengeContext -> Task
Public Function ApplyChallenge (
    context As OAuthChallengeContext
) As Task

Parameters

Return Value

Type: System.Threading.Tasks.Task

Returns Task.

Implements

IOAuthBearerAuthenticationProvider.ApplyChallenge(OAuthChallengeContext)

See Also

OAuthBearerAuthenticationProvider Class
Microsoft.Owin.Security.OAuth Namespace

Return to top