Share via


GoogleLoginAuthenticationProvider.Authenticated Method (GoogleOAuth2AuthenticatedContext)

 

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

Syntax

public override Task Authenticated(
    GoogleOAuth2AuthenticatedContext context
)
public:
virtual Task^ Authenticated(
    GoogleOAuth2AuthenticatedContext^ context
) override
override Authenticated : 
        context:GoogleOAuth2AuthenticatedContext -> Task
Public Overrides Function Authenticated (
    context As GoogleOAuth2AuthenticatedContext
) As Task

Return Value

Type: System.Threading.Tasks.Task

Implements

IGoogleOAuth2AuthenticationProvider.Authenticated(GoogleOAuth2AuthenticatedContext)

See Also

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

Return to top