IdentityConstants Class

Definition

Represents all the options you can use to configure the cookies middleware used by the identity system.

public ref class IdentityConstants
public class IdentityConstants
type IdentityConstants = class
Public Class IdentityConstants
Inheritance
IdentityConstants

Constructors

IdentityConstants()

Fields

ApplicationScheme

The scheme used to identify application authentication cookies.

BearerScheme

The scheme used to identify bearer authentication tokens.

ExternalScheme

The scheme used to identify external authentication cookies.

TwoFactorRememberMeScheme

The scheme used to identify Two Factor authentication cookies for saving the Remember Me state.

TwoFactorUserIdScheme

The scheme used to identify Two Factor authentication cookies for round tripping user identities.

Applies to