Interface PkceConfiguration
- All Superinterfaces:
PersistableConfiguration
,io.micronaut.core.util.Toggleable
- All Known Implementing Classes:
PkceConfigurationProperties
Configuration for PKCE.
- Since:
- 3.9.0
- Author:
- Nemanja Mikic
-
Method Summary
Methods inherited from interface io.micronaut.security.oauth2.endpoint.PersistableConfiguration
getPersistence
Methods inherited from interface io.micronaut.core.util.Toggleable
isEnabled
-
Method Details
-
getEntropy
int getEntropy()- Returns:
- entropy (in bytes) used for the code verifier generation.
-