GoogleAuthenticationExtensions Class

Represents extension methods for Google authentication.

Inheritance Hierarchy

System.Object
  Owin.GoogleAuthenticationExtensions

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

Syntax

'Declaration
<ExtensionAttribute> _
Public NotInheritable Class GoogleAuthenticationExtensions
'Usage
public static class GoogleAuthenticationExtensions
[ExtensionAttribute]
public ref class GoogleAuthenticationExtensions abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type GoogleAuthenticationExtensions =  class end
public final class GoogleAuthenticationExtensions

Methods

  Name Description
Public methodStatic member UseGoogleAuthentication(IAppBuilder) Called after the middleware uses Google authentication.
Public methodStatic member UseGoogleAuthentication(IAppBuilder, GoogleAuthenticationOptions) Called after the middleware uses Google authentication.

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Owin Namespace