OAuthRedirectToAuthorizationContext Class

Definition

Context passed when a Challenge causes a redirect to authorize endpoint in the middleware.

public ref class OAuthRedirectToAuthorizationContext : Microsoft::AspNetCore::Authentication::BaseContext
public class OAuthRedirectToAuthorizationContext : Microsoft.AspNetCore.Authentication.BaseContext
type OAuthRedirectToAuthorizationContext = class
    inherit BaseContext
Public Class OAuthRedirectToAuthorizationContext
Inherits BaseContext
Inheritance
OAuthRedirectToAuthorizationContext

Constructors

OAuthRedirectToAuthorizationContext(HttpContext, OAuthOptions, AuthenticationProperties, String)

Creates a new context object.

Properties

HttpContext (Inherited from BaseContext)
Options
Properties

Gets the authentication properties of the challenge.

RedirectUri

Gets the URI used for the redirect operation.

Request (Inherited from BaseContext)
Response (Inherited from BaseContext)

Applies to