Class ProvisioningConfig
- Namespace
- Auth0.ManagementApi.Models.SelfServiceProfiles
- Assembly
- Auth0.ManagementApi.dll
Configuration for the setup of Provisioning in the self-service flow.
public class ProvisioningConfig
- Inheritance
-
ProvisioningConfig
- Inherited Members
Properties
Scopes
The scopes of the SCIM tokens generated during the self-service flow.
[JsonProperty("scopes")]
public string[] Scopes { get; set; }
Property Value
- string[]
TokenLifetime
Lifetime of the tokens in seconds. Must be greater than 900. If not provided, the tokens don't expire.
[JsonProperty("token_lifetime")]
public int? TokenLifetime { get; set; }
Property Value
- int?