Show / Hide Table of Contents

Class IdentityUserTokenConsts

Inheritance
System.Object
IdentityUserTokenConsts
Namespace: Volo.Abp.Identity
Assembly: Volo.Abp.Identity.Domain.Shared.dll
Syntax
public static class IdentityUserTokenConsts : object

Properties

MaxLoginProviderLength

Default value: 64

Declaration
public static int MaxLoginProviderLength { get; set; }
Property Value
Type Description
System.Int32

MaxNameLength

Default value: 128

Declaration
public static int MaxNameLength { get; set; }
Property Value
Type Description
System.Int32
Back to top Powered by Volosoft