Interface CodeVerifierGenerator
- All Known Implementing Classes:
DefaultCodeVerifierGenerator
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
@DefaultImplementation(DefaultCodeVerifierGenerator.class)
public interface CodeVerifierGenerator
Generates a Code Verifier for PKCE.
- Since:
- 3.9.0
- Author:
- Sergio del Amo
-
Method Summary
-
Method Details
-
generate
-