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)

'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
Show: