GoogleAuthenticationProvider.OnReturnEndpoint Property

Gets or sets the function that calls the ReturnEndpoint event.

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

Syntax

'Declaration
Public Property OnReturnEndpoint As Func(Of GoogleReturnEndpointContext, Task)
    Get 
    Set
'Usage
Dim instance As GoogleAuthenticationProvider 
Dim value As Func(Of GoogleReturnEndpointContext, Task)

value = instance.OnReturnEndpoint

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

Property Value

Type: System.Func<GoogleReturnEndpointContext, Task>
The function that calls the ReturnEndpoint event.

See Also

Reference

GoogleAuthenticationProvider Class

Microsoft.Owin.Security.Google Namespace