Interface OAuth20AuthenticationClientProvider
-
- All Superinterfaces:
org.springframework.core.Ordered
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface OAuth20AuthenticationClientProvider extends org.springframework.core.OrderedThis isOAuth20AuthenticationClientProvider.- Since:
- 6.1.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description org.pac4j.core.client.ClientcreateClient()Create client.default intgetOrder()
-