OAuthAuthorizationEndpointResponseContext Class
Provides context information when processing an Authorization Response
Assembly: Microsoft.Owin.Security.OAuth (in Microsoft.Owin.Security.OAuth.dll)
Microsoft.Owin.Security.Provider::BaseContext<TOptions>
Microsoft.Owin.Security.Provider::EndpointContext<TOptions>
Microsoft.Owin.Security.OAuth::OAuthAuthorizationEndpointResponseContext
| Name | Description | |
|---|---|---|
![]() | OAuthAuthorizationEndpointResponseContext(IOwinContext^, OAuthAuthorizationServerOptions^, AuthenticationTicket^, AuthorizeEndpointRequest^, String^, String^) | Initializes a new instance of the OAuthAuthorizationEndpointResponseContext class |
| Name | Description | |
|---|---|---|
![]() | AccessToken | The serialized Access-Token. Depending on the flow, it can be null. |
![]() | AdditionalResponseParameters | Enables additional values to be appended to the token response. |
![]() | AuthorizationCode | The created Authorization-Code. Depending on the flow, it can be null. |
![]() | AuthorizeEndpointRequest | Gets information about the authorize endpoint request. |
![]() | Identity | Gets the identity of the resource owner. |
![]() | IsRequestCompleted | True if the request should not be processed further by other components.(Inherited from EndpointContext<TOptions>.) |
![]() | Options | (Inherited from BaseContext<TOptions>.) |
![]() | OwinContext | (Inherited from BaseContext<TOptions>.) |
![]() | Properties | Dictionary containing the state of the authentication session. |
![]() | Request | (Inherited from BaseContext<TOptions>.) |
![]() | Response | (Inherited from BaseContext<TOptions>.) |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | RequestCompleted() | Prevents the request from being processed further by other components. IsRequestCompleted becomes true after calling.(Inherited from EndpointContext<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.


