TokenValidatedContext Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A context for TokenValidated(TokenValidatedContext).
public ref class TokenValidatedContext : Microsoft::AspNetCore::Authentication::OpenIdConnect::BaseOpenIdConnectContext
public ref class TokenValidatedContext : Microsoft::AspNetCore::Authentication::RemoteAuthenticationContext<Microsoft::AspNetCore::Authentication::OpenIdConnect::OpenIdConnectOptions ^>
public class TokenValidatedContext : Microsoft.AspNetCore.Authentication.OpenIdConnect.BaseOpenIdConnectContext
public class TokenValidatedContext : Microsoft.AspNetCore.Authentication.RemoteAuthenticationContext<Microsoft.AspNetCore.Authentication.OpenIdConnect.OpenIdConnectOptions>
type TokenValidatedContext = class
inherit BaseOpenIdConnectContext
type TokenValidatedContext = class
inherit RemoteAuthenticationContext<OpenIdConnectOptions>
Public Class TokenValidatedContext
Inherits BaseOpenIdConnectContext
Public Class TokenValidatedContext
Inherits RemoteAuthenticationContext(Of OpenIdConnectOptions)
- Inheritance
- Inheritance
-
TokenValidatedContext
Constructors
Properties
HandledResponse | (Inherited from BaseControlContext) |
HttpContext | (Inherited from BaseContext) |
HttpContext |
The context. (Inherited from BaseContext<TOptions>) |
Nonce |
Gets or sets the protocol nonce. |
Options | (Inherited from BaseOpenIdConnectContext) |
Options |
Gets the authentication options associated with the scheme. (Inherited from BaseContext<TOptions>) |
Principal |
Gets the ClaimsPrincipal containing the user claims. (Inherited from RemoteAuthenticationContext<TOptions>) |
Properties | |
Properties |
Gets or sets the AuthenticationProperties. (Inherited from RemoteAuthenticationContext<TOptions>) |
ProtocolMessage |
Gets or sets the OpenIdConnectMessage. |
ProtocolMessage | (Inherited from BaseOpenIdConnectContext) |
Request | (Inherited from BaseContext) |
Request |
The request. (Inherited from BaseContext<TOptions>) |
Response | (Inherited from BaseContext) |
Response |
The response. (Inherited from BaseContext<TOptions>) |
Result |
The HandleRequestResult which is used by the handler. (Inherited from HandleRequestContext<TOptions>) |
Scheme |
The authentication scheme. (Inherited from BaseContext<TOptions>) |
SecurityToken |
Gets or sets the validated security token. |
Skipped | (Inherited from BaseControlContext) |
State | (Inherited from BaseControlContext) |
Ticket |
Gets or set the Ticket to return if this event signals it handled the event. (Inherited from BaseControlContext) |
TokenEndpointResponse |
Gets or sets the token endpoint response. |
Methods
CheckEventResult(AuthenticateResult) | (Inherited from BaseControlContext) |
Fail(Exception) |
Indicates that authentication failed. (Inherited from RemoteAuthenticationContext<TOptions>) |
Fail(String) |
Indicates that authentication failed. (Inherited from RemoteAuthenticationContext<TOptions>) |
HandleResponse() |
Discontinue all processing for this request and return to the client. The caller is responsible for generating the full response. Set the Ticket to trigger SignIn. (Inherited from BaseControlContext) |
HandleResponse() |
Discontinue all processing for this request and return to the client. The caller is responsible for generating the full response. (Inherited from HandleRequestContext<TOptions>) |
SkipHandler() |
Discontinue processing the request in the current handler. (Inherited from HandleRequestContext<TOptions>) |
SkipToNextMiddleware() |
Discontinue processing the request in the current middleware and pass control to the next one. SignIn will not be called. (Inherited from BaseControlContext) |
Success() |
Calls success creating a ticket with the Principal and Properties. (Inherited from RemoteAuthenticationContext<TOptions>) |