GoogleLoginProvider Methods

 

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

NameDescription
System_CAPS_pubmethodConfigureMiddleware(IAppBuilder^, ServiceSettingsDictionary^)
System_CAPS_pubmethodCreateCredentials(ClaimsIdentity^)
System_CAPS_pubmethodCreateLoginResult(ClaimsIdentity^, String^)

Creates a login result to return after a successful login.(Inherited from LoginProvider.)

System_CAPS_protmethodCreateTokenInfo(ClaimsIdentity^, ProviderCredentials^, String^)

Creates the final login token using the specified inputs. Derived classes can override to customize the login token produced.(Inherited from LoginProvider.)

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_protmethodGetClientFlowAuthenticationType()

Gets the name under which the OWIN middleware handling the client flow should be registered.(Inherited from LoginProvider.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodParseCredentials(JObject^)
System_CAPS_pubmethodToString()

(Inherited from Object.)

Return to top
Show: