Commit d958e837 authored by Madhura Bhave's avatar Madhura Bhave

Merge branch '2.0.x'

parents a33dd8b9 56235187
...@@ -89,28 +89,28 @@ public class OAuth2ClientProperties { ...@@ -89,28 +89,28 @@ public class OAuth2ClientProperties {
private String clientSecret; private String clientSecret;
/** /**
* Client authentication method. May be left blank then using a pre-defined * Client authentication method. May be left blank when using a pre-defined
* provider. * provider.
*/ */
private String clientAuthenticationMethod; private String clientAuthenticationMethod;
/** /**
* Authorization grant type. May be left blank then using a pre-defined provider. * Authorization grant type. May be left blank when using a pre-defined provider.
*/ */
private String authorizationGrantType; private String authorizationGrantType;
/** /**
* Redirect URI. May be left blank then using a pre-defined provider. * Redirect URI. May be left blank when using a pre-defined provider.
*/ */
private String redirectUriTemplate; private String redirectUriTemplate;
/** /**
* Authorization scopes. May be left blank then using a pre-defined provider. * Authorization scopes. May be left blank when using a pre-defined provider.
*/ */
private Set<String> scope; private Set<String> scope;
/** /**
* Client name. May be left blank then using a pre-defined provider. * Client name. May be left blank when using a pre-defined provider.
*/ */
private String clientName; private String clientName;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment