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.
@FunctionalInterface public interface OAuth20TokenGeneratorThis isOAuth20TokenGenerator.- Since:
- 5.2.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OAuth20TokenGeneratedResultgenerate(AccessTokenRequestDataHolder responseHolder)Generate access token and add it to the registry.
-
-
-
Method Detail
-
generate
OAuth20TokenGeneratedResult generate(AccessTokenRequestDataHolder responseHolder)
Generate access token and add it to the registry.- Parameters:
responseHolder- the response holder- Returns:
- the token result
-
-