Share via


AzureActiveDirectoryLoginAuthenticationProvider.RequestToken Method (OAuthRequestTokenContext)

 

Namespace:   Microsoft.WindowsAzure.Mobile.Service.Security.Providers
Assembly:  Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)

Syntax

[DebuggerStepThroughAttribute]
public override Task RequestToken(
    OAuthRequestTokenContext context
)
public:
[DebuggerStepThroughAttribute]
virtual Task^ RequestToken(
    OAuthRequestTokenContext^ context
) override
[<DebuggerStepThroughAttribute>]
override RequestToken : 
        context:OAuthRequestTokenContext -> Task
<DebuggerStepThroughAttribute>
Public Overrides Function RequestToken (
    context As OAuthRequestTokenContext
) As Task

Return Value

Type: System.Threading.Tasks.Task

Implements

IOAuthBearerAuthenticationProvider.RequestToken(OAuthRequestTokenContext)

See Also

AzureActiveDirectoryLoginAuthenticationProvider Class
Microsoft.WindowsAzure.Mobile.Service.Security.Providers Namespace

Return to top