Class EventStreamCloudEventConnectionCreatedObject1OptionsFederatedConnectionsAccessTokens
- 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 EventStreamCloudEventConnectionCreatedObject1OptionsFederatedConnectionsAccessTokens : IJsonOnDeserialized, IEquatable<EventStreamCloudEventConnectionCreatedObject1OptionsFederatedConnectionsAccessTokens>
- Inheritance
-
EventStreamCloudEventConnectionCreatedObject1OptionsFederatedConnectionsAccessTokens
- 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
AdditionalProperties
[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.