Interface OAuth20TokenGenerator
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
This is
OAuth20TokenGenerator.- Since:
- 5.2.0
-
Method Summary
Modifier and TypeMethodDescriptiongenerate(AccessTokenRequestContext responseHolder) Generate access token and add it to the registry.
-
Method Details
-
generate
Generate access token and add it to the registry.- Parameters:
responseHolder- the response holder- Returns:
- the token result
- Throws:
Throwable- the throwable
-