AuthenticateResult Class

Definition

Acts as the return value from calls to the IAuthenticationManager's AuthenticeAsync methods.

public class AuthenticateResult
type AuthenticateResult = class
Public Class AuthenticateResult
Inheritance
AuthenticateResult

Constructors

AuthenticateResult(IIdentity, AuthenticationProperties, AuthenticationDescription)

Create an instance of the result object

Properties

Description

Contains description properties for the middleware authentication type in general. Does not vary per request.

Identity

Contains the claims that were authenticated by the given AuthenticationType. If the authentication type was not successful the Identity property will be null.

Properties

Contains extra values that were provided with the original SignIn call.

Applies to