Class ScimTokenCreateRequest
- Namespace
- Auth0.ManagementApi.Models
- Assembly
- Auth0.ManagementApi.dll
Represents the client request to Create ScimToken
public class ScimTokenCreateRequest
- Inheritance
-
ScimTokenCreateRequest
- Inherited Members
Properties
Scopes
The scopes of the scim token
[JsonProperty("scopes")]
public string[] Scopes { get; set; }
Property Value
- string[]
TokenLifetime
Lifetime of the token in seconds. Must be greater than 900
[JsonProperty("token_lifetime")]
public int TokenLifetime { get; set; }