Table of Contents

Class EventStreamCloudEventConnectionDeletedObject7OptionsFederatedConnectionsAccessTokens

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll

Configuration for storing identity provider tokens in Auth0's Token Vault. When active, Auth0 securely stores access and refresh tokens from federated logins, enabling your application to make authenticated API calls on behalf of users.

[Serializable]
public record EventStreamCloudEventConnectionDeletedObject7OptionsFederatedConnectionsAccessTokens : IJsonOnDeserialized, IEquatable<EventStreamCloudEventConnectionDeletedObject7OptionsFederatedConnectionsAccessTokens>
Inheritance
EventStreamCloudEventConnectionDeletedObject7OptionsFederatedConnectionsAccessTokens
Implements
Inherited Members
Extension Methods

Properties

Active

Enables refresh tokens and access tokens collection for federated connections

[JsonPropertyName("active")]
public required bool Active { get; set; }

Property Value

bool

AdditionalProperties

[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }

Property Value

ReadOnlyAdditionalProperties

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.