Uses of Enum Class
io.helidon.security.providers.oidc.common.PkceChallengeMethod
Packages that use PkceChallengeMethod
Package
Description
Open ID Connect (OIDC) classes usable from all OIDC related components.
-
Uses of PkceChallengeMethod in io.helidon.security.providers.oidc.common
Methods in io.helidon.security.providers.oidc.common that return PkceChallengeMethodModifier and TypeMethodDescriptionOidcConfig.pkceChallengeMethod()
Selected Proof Key Code Exchange (PKCE) challenge generation method.static PkceChallengeMethod
Returns the enum constant of this class with the specified name.static PkceChallengeMethod[]
PkceChallengeMethod.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.helidon.security.providers.oidc.common with parameters of type PkceChallengeMethodModifier and TypeMethodDescriptionOidcConfig.Builder.pkceChallengeMethod
(PkceChallengeMethod pkceChallengeMethod) Proof Key Code Exchange (PKCE) challenge creation method.