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