AuthenticationResponseGrant Class

Definition

Exposes the security.SignIn environment value as a strong type.

public class AuthenticationResponseGrant
type AuthenticationResponseGrant = class
Public Class AuthenticationResponseGrant
Inheritance
AuthenticationResponseGrant

Constructors

AuthenticationResponseGrant(ClaimsIdentity, AuthenticationProperties)

Initializes a new instance of the AuthenticationResponseGrant class.

AuthenticationResponseGrant(ClaimsPrincipal, AuthenticationProperties)

Initializes a new instance of the AuthenticationResponseGrant class.

Properties

Identity

The identity associated with the user sign in.

Principal

The security principal associated with the user sign in.

Properties

Dictionary used to store state values about the authentication session.

Applies to