mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-05-31 01:02:14 +00:00
Polish gh-12087 in 6.0
This commit is contained in:
parent
a3d35ecf3c
commit
4e88623873
@ -333,7 +333,7 @@ public final class ClientRegistration implements Serializable {
|
||||
|
||||
private static final List<AuthorizationGrantType> AUTHORIZATION_GRANT_TYPES = Arrays.asList(
|
||||
AuthorizationGrantType.AUTHORIZATION_CODE, AuthorizationGrantType.CLIENT_CREDENTIALS,
|
||||
AuthorizationGrantType.REFRESH_TOKEN, AuthorizationGrantType.IMPLICIT, AuthorizationGrantType.PASSWORD);
|
||||
AuthorizationGrantType.REFRESH_TOKEN, AuthorizationGrantType.PASSWORD);
|
||||
|
||||
private String registrationId;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user