Table of Contents

Class ConnectionSetUserRootAttributesEnum.Values

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll

Constant strings for enum values

[Serializable]
public static class ConnectionSetUserRootAttributesEnum.Values
Inheritance
ConnectionSetUserRootAttributesEnum.Values
Inherited Members

Fields

NeverOnLogin

public const string NeverOnLogin = "never_on_login"

Field Value

string

OnEachLogin

public const string OnEachLogin = "on_each_login"

Field Value

string

OnFirstLogin

public const string OnFirstLogin = "on_first_login"

Field Value

string