Class TenantDeviceFlow
- Namespace
- Auth0.ManagementApi.Models
- Assembly
- Auth0.ManagementApi.dll
Tenant Device Flow configuration.
public class TenantDeviceFlow
- Inheritance
-
TenantDeviceFlow
- Inherited Members
Properties
Charset
The character set for generating a User Code.
[JsonProperty("charset")]
[JsonConverter(typeof(StringEnumConverter))]
public TenantDeviceFlowCharset Charset { get; set; }
Property Value
Mask
The mask used to format the generated User Code to a friendly, readable format with possible spaces or hyphens.
[JsonProperty("mask")]
public string Mask { get; set; }
Property Value
Examples
-