GoogleOAuth2AuthenticationProvider.OnAuthenticated Property

Gets or sets the function that is invoked when the Authenticated method is invoked.

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

Syntax

'Declaration
Public Property OnAuthenticated As Func(Of GoogleOAuth2AuthenticatedContext, Task)
    Get 
    Set
'Usage
Dim instance As GoogleOAuth2AuthenticationProvider 
Dim value As Func(Of GoogleOAuth2AuthenticatedContext, Task)

value = instance.OnAuthenticated

instance.OnAuthenticated = value
public Func<GoogleOAuth2AuthenticatedContext, Task> OnAuthenticated { get; set; }
public:
property Func<GoogleOAuth2AuthenticatedContext^, Task^>^ OnAuthenticated {
    Func<GoogleOAuth2AuthenticatedContext^, Task^>^ get ();
    void set (Func<GoogleOAuth2AuthenticatedContext^, Task^>^ value);
}
member OnAuthenticated : Func<GoogleOAuth2AuthenticatedContext, Task> with get, set
function get OnAuthenticated () : Func<GoogleOAuth2AuthenticatedContext, Task>
function set OnAuthenticated (value : Func<GoogleOAuth2AuthenticatedContext, Task>)

Property Value

Type: System.Func<GoogleOAuth2AuthenticatedContext, Task>
Returns Func<T, TResult>.

See Also

Reference

GoogleOAuth2AuthenticationProvider Class

Microsoft.Owin.Security.Google Namespace