Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
S
spring-boot
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
DEMO
spring-boot
Commits
d958e837
Commit
d958e837
authored
Jul 19, 2018
by
Madhura Bhave
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '2.0.x'
parents
a33dd8b9
56235187
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
OAuth2ClientProperties.java
...figure/security/oauth2/client/OAuth2ClientProperties.java
+5
-5
No files found.
spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/security/oauth2/client/OAuth2ClientProperties.java
View file @
d958e837
...
@@ -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
t
hen using a pre-defined
* Client authentication method. May be left blank
w
hen using a pre-defined
* provider.
* provider.
*/
*/
private
String
clientAuthenticationMethod
;
private
String
clientAuthenticationMethod
;
/**
/**
* Authorization grant type. May be left blank
t
hen using a pre-defined provider.
* Authorization grant type. May be left blank
w
hen using a pre-defined provider.
*/
*/
private
String
authorizationGrantType
;
private
String
authorizationGrantType
;
/**
/**
* Redirect URI. May be left blank
t
hen using a pre-defined provider.
* Redirect URI. May be left blank
w
hen using a pre-defined provider.
*/
*/
private
String
redirectUriTemplate
;
private
String
redirectUriTemplate
;
/**
/**
* Authorization scopes. May be left blank
t
hen using a pre-defined provider.
* Authorization scopes. May be left blank
w
hen using a pre-defined provider.
*/
*/
private
Set
<
String
>
scope
;
private
Set
<
String
>
scope
;
/**
/**
* Client name. May be left blank
t
hen using a pre-defined provider.
* Client name. May be left blank
w
hen using a pre-defined provider.
*/
*/
private
String
clientName
;
private
String
clientName
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment