AuthorizationCodeReceivedNotification Class
This Notification can be used to be informed when an 'AuthorizationCode' is received over the OpenIdConnect protocol.
Assembly: Microsoft.Owin.Security.OpenIdConnect (in Microsoft.Owin.Security.OpenIdConnect.dll)
Microsoft.Owin.Security.Provider::BaseContext<TOptions>
Microsoft.Owin.Security.Notifications::BaseNotification<TOptions>
Microsoft.Owin.Security.Notifications::AuthorizationCodeReceivedNotification
| Name | Description | |
|---|---|---|
![]() | AuthorizationCodeReceivedNotification(IOwinContext^, OpenIdConnectAuthenticationOptions^) | Creates a AuthorizationCodeReceivedNotification |
| Name | Description | |
|---|---|---|
![]() | AuthenticationTicket | Gets or sets the AuthenticationTicket |
![]() | Code | Gets or sets the 'code'. |
![]() | HandledResponse | (Inherited from BaseNotification<TOptions>.) |
![]() | JwtSecurityToken | Gets or sets the JwtSecurityToken that was received in the id_token + code OpenIdConnectRequest. |
![]() | Options | (Inherited from BaseContext<TOptions>.) |
![]() | OwinContext | (Inherited from BaseContext<TOptions>.) |
![]() | ProtocolMessage | Gets or sets the OpenIdConnectMessage. |
![]() | RedirectUri | Gets or sets the 'redirect_uri'. |
![]() | Request | (Inherited from BaseContext<TOptions>.) |
![]() | Response | (Inherited from BaseContext<TOptions>.) |
![]() | Skipped | (Inherited from BaseNotification<TOptions>.) |
![]() | State | (Inherited from BaseNotification<TOptions>.) |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | HandleResponse() | Discontinue all processing for this request and return to the client. The caller is responsible for generating the full response.(Inherited from BaseNotification<TOptions>.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | SkipToNextMiddleware() | Discontinue processing the request in the current middleware and pass control to the next one.(Inherited from BaseNotification<TOptions>.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


