Skip to content

Commit 528ec31

Browse files
committed
Merge branch '6.0.x'
2 parents aeeed6c + d47e3e8 commit 528ec31

File tree

1 file changed

+0
-1
lines changed
  • docs/modules/ROOT/pages/servlet/oauth2/client

1 file changed

+0
-1
lines changed

docs/modules/ROOT/pages/servlet/oauth2/client/core.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ This section describes the OAuth2 core interfaces and classes that Spring Securi
88

99
`ClientRegistration` is a representation of a client registered with an OAuth 2.0 or OpenID Connect 1.0 Provider.
1010

11-
A client registration holds information, such as client id, client secret, authorization grant type, redirect URI, scope(s), authorization URI, token URI, and other details.
1211
A `ClientRegistration` object holds information, such as client id, client secret, authorization grant type, redirect URI, scope(s), authorization URI, token URI, and other details.
1312

1413
`ClientRegistration` and its properties are defined as follows:

0 commit comments

Comments
 (0)