GoogleOAuth2AuthenticationProvider.OnAuthenticated Property
Gets or sets the function that is invoked when the Authenticated method is invoked.
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
Property Value
Type: System.Func(Of GoogleOAuth2AuthenticatedContext, Task)Returns Func(Of T, TResult).
Show: