Commit 56235187 authored by Madhura Bhave's avatar Madhura Bhave

Fix typo

parent 10b91602
......@@ -89,28 +89,28 @@ public class OAuth2ClientProperties {
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.
*/
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;
/**
* 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;
/**
* 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;
/**
* 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;
......
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