client, jsp -> html , test flow
parent
0ea8e76328
commit
0927c23df4
|
@ -206,6 +206,10 @@ public class OauthClientDetailsDto implements Serializable {
|
||||||
return this.authorizationGrantTypes.contains("authorization_code");
|
return this.authorizationGrantTypes.contains("authorization_code");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* OAuth2.1不支持
|
||||||
|
* @deprecated from OAuth2.1
|
||||||
|
*/
|
||||||
public boolean isContainsPassword() {
|
public boolean isContainsPassword() {
|
||||||
return this.authorizationGrantTypes.contains("password");
|
return this.authorizationGrantTypes.contains("password");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue