Class | Description |
---|---|
ImplicitGrantConfigurer<B extends HttpSecurityBuilder<B>> | Deprecated
It is not recommended to use the implicit flow due to the inherent risks of
returning access tokens in an HTTP redirect without any confirmation that it has been
received by the client.
|
OAuth2ClientConfigurer<B extends HttpSecurityBuilder<B>> |
An
AbstractHttpConfigurer for OAuth 2.0 Client support. |
OAuth2LoginConfigurer<B extends HttpSecurityBuilder<B>> |
An
AbstractHttpConfigurer for OAuth 2.0 Login, which leverages the OAuth 2.0
Authorization Code Grant Flow. |