AuthorizationCodeReceivedNotification Constructor (IOwinContext, OpenIdConnectAuthenticationOptions)
Creates a AuthorizationCodeReceivedNotification
Namespace: Microsoft.Owin.Security.Notifications
Assembly: Microsoft.Owin.Security.OpenIdConnect (in Microsoft.Owin.Security.OpenIdConnect.dll)
Syntax
public AuthorizationCodeReceivedNotification(
IOwinContext context,
OpenIdConnectAuthenticationOptions options
)
public:
AuthorizationCodeReceivedNotification(
IOwinContext^ context,
OpenIdConnectAuthenticationOptions^ options
)
new :
context:IOwinContext *
options:OpenIdConnectAuthenticationOptions -> AuthorizationCodeReceivedNotification
Public Sub New (
context As IOwinContext,
options As OpenIdConnectAuthenticationOptions
)
See Also
AuthorizationCodeReceivedNotification Class
Microsoft.Owin.Security.Notifications Namespace
Return to top