public static final class AccessTokenClaimKeys.ClientRestrictionClaims extends Object
ClientRestrictionTokenEnhancer
Modifier and Type | Field and Description |
---|---|
static String |
RESTRICTED_AUTHORITIES
A claim representing the restricted authorities of an
AuthorizedClient . |
static String |
RESTRICTIONS
A claim representing the restrictions of an
AuthorizedClient . |
public static final String RESTRICTIONS
AuthorizedClient
.public static final String RESTRICTED_AUTHORITIES
AuthorizedClient
. It's
essentially each of the AuthorizedClient.getPermissions()
mapped with the
restriction claim.Copyright © 2021. All rights reserved.