Table of Contents

Class CreateScimTokenRequestContent

Namespace
Auth0.ManagementApi.Connections.ScimConfiguration
Assembly
Auth0.ManagementApi.dll
[Serializable]
public record CreateScimTokenRequestContent : IEquatable<CreateScimTokenRequestContent>
Inheritance
CreateScimTokenRequestContent
Implements
Inherited Members
Extension Methods

Properties

Scopes

The scopes of the scim token

[JsonPropertyName("scopes")]
public IEnumerable<string>? Scopes { get; set; }

Property Value

IEnumerable<string>

TokenLifetime

Lifetime of the token in seconds. Must be greater than 900

[JsonPropertyName("token_lifetime")]
public Optional<int?> TokenLifetime { get; set; }

Property Value

Optional<int?>

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.