AuthorizationCodeReceivedNotification Class

 

This Notification can be used to be informed when an 'AuthorizationCode' is received over the OpenIdConnect protocol.

Namespace:   Microsoft.Owin.Security.Notifications
Assembly:  Microsoft.Owin.Security.OpenIdConnect (in Microsoft.Owin.Security.OpenIdConnect.dll)

System::Object
  Microsoft.Owin.Security.Provider::BaseContext<TOptions>
    Microsoft.Owin.Security.Notifications::BaseNotification<TOptions>
      Microsoft.Owin.Security.Notifications::AuthorizationCodeReceivedNotification

public ref class AuthorizationCodeReceivedNotification : BaseNotification<OpenIdConnectAuthenticationOptions^>

NameDescription
System_CAPS_pubpropertyAuthenticationTicket

Gets or sets the AuthenticationTicket

System_CAPS_pubpropertyCode

Gets or sets the 'code'.

System_CAPS_pubpropertyHandledResponse

(Inherited from BaseNotification<TOptions>.)

System_CAPS_pubpropertyJwtSecurityToken

Gets or sets the JwtSecurityToken that was received in the id_token + code OpenIdConnectRequest.

System_CAPS_pubpropertyOptions

(Inherited from BaseContext<TOptions>.)

System_CAPS_pubpropertyOwinContext

(Inherited from BaseContext<TOptions>.)

System_CAPS_pubpropertyProtocolMessage

Gets or sets the OpenIdConnectMessage.

System_CAPS_pubpropertyRedirectUri

Gets or sets the 'redirect_uri'.

System_CAPS_pubpropertyRequest

(Inherited from BaseContext<TOptions>.)

System_CAPS_pubpropertyResponse

(Inherited from BaseContext<TOptions>.)

System_CAPS_pubpropertySkipped

(Inherited from BaseNotification<TOptions>.)

System_CAPS_pubpropertyState

(Inherited from BaseNotification<TOptions>.)

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodHandleResponse()

Discontinue all processing for this request and return to the client. The caller is responsible for generating the full response.(Inherited from BaseNotification<TOptions>.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodSkipToNextMiddleware()

Discontinue processing the request in the current middleware and pass control to the next one.(Inherited from BaseNotification<TOptions>.)

System_CAPS_pubmethodToString()

(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.

Return to top
Show: