Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Invoked after the security token has passed validation and a ClaimsIdentity has been generated.
Namespace: Microsoft.Owin.Security.OpenIdConnect
Assembly: Microsoft.Owin.Security.OpenIdConnect (in Microsoft.Owin.Security.OpenIdConnect.dll)
Syntax
public Func<SecurityTokenValidatedNotification<OpenIdConnectMessage, OpenIdConnectAuthenticationOptions>, Task> SecurityTokenValidated { get; set; }
public:
property Func<SecurityTokenValidatedNotification<OpenIdConnectMessage^, OpenIdConnectAuthenticationOptions^>^, Task^>^ SecurityTokenValidated {
Func<SecurityTokenValidatedNotification<OpenIdConnectMessage^, OpenIdConnectAuthenticationOptions^>^, Task^>^ get();
void set(Func<SecurityTokenValidatedNotification<OpenIdConnectMessage^, OpenIdConnectAuthenticationOptions^>^, Task^>^ value);
}
member SecurityTokenValidated : Func<SecurityTokenValidatedNotification<OpenIdConnectMessage, OpenIdConnectAuthenticationOptions>, Task> with get, set
Public Property SecurityTokenValidated As Func(Of SecurityTokenValidatedNotification(Of OpenIdConnectMessage, OpenIdConnectAuthenticationOptions), Task)
Property Value
Type: System.Func<SecurityTokenValidatedNotification<OpenIdConnectMessage, OpenIdConnectAuthenticationOptions>, Task>
Returns Func<T, TResult>.
See Also
OpenIdConnectAuthenticationNotifications Class
Microsoft.Owin.Security.OpenIdConnect Namespace
Return to top