KnownUsernameClaimPrefixPolicy enum
UsernameClaimPrefixPolicy configures whether to add a prefix to a JWT claim.
Fields
| None | No opinion; the platform is left to choose a prefix for the JWT claim |
| NoPrefix | Do not add a prefix to the JWT claim |
| Prefix | Add a user-provided prefix to the JWT claim |