Enum RefreshTokenRotationType
- Namespace
- Auth0.ManagementApi.Models
- Assembly
- Auth0.ManagementApi.dll
The type of rotation for a RefreshToken
public enum RefreshTokenRotationType
Fields
[EnumMember(Value = "non-rotating")] NonRotating = 1
Non-Rotating
[EnumMember(Value = "rotating")] Rotating = 0
Rotating