mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-05-30 00:32:14 +00:00
Make OAuth2AuthorizationResponseType constructor public
Closes gh-9584
This commit is contained in:
parent
dca7e03b91
commit
b556655290
@ -56,7 +56,7 @@ public final class OAuth2AuthorizationResponseType implements Serializable {
|
||||
|
||||
private final String value;
|
||||
|
||||
private OAuth2AuthorizationResponseType(String value) {
|
||||
public OAuth2AuthorizationResponseType(String value) {
|
||||
Assert.hasText(value, "value cannot be empty");
|
||||
this.value = value;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user