Class UpdateRefreshTokenRequestContent
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
[Serializable]
public record UpdateRefreshTokenRequestContent : IEquatable<UpdateRefreshTokenRequestContent>
- Inheritance
-
UpdateRefreshTokenRequestContent
- Implements
- Inherited Members
- Extension Methods
Properties
RefreshTokenMetadata
Metadata associated with the refresh token. Pass null or {} to remove all metadata.
[JsonPropertyName("refresh_token_metadata")]
public Optional<Dictionary<string, object?>?> RefreshTokenMetadata { get; set; }
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.