Uses of Class
io.quarkus.security.webauthn.WebAuthnRunTimeConfig.CookieSameSite
-
-
Uses of WebAuthnRunTimeConfig.CookieSameSite in io.quarkus.security.webauthn
Fields in io.quarkus.security.webauthn declared as WebAuthnRunTimeConfig.CookieSameSite Modifier and Type Field Description WebAuthnRunTimeConfig.CookieSameSiteWebAuthnRunTimeConfig. cookieSameSiteSameSite attribute for the session cookie.Methods in io.quarkus.security.webauthn that return WebAuthnRunTimeConfig.CookieSameSite Modifier and Type Method Description static WebAuthnRunTimeConfig.CookieSameSiteWebAuthnRunTimeConfig.CookieSameSite. valueOf(String name)Returns the enum constant of this type with the specified name.static WebAuthnRunTimeConfig.CookieSameSite[]WebAuthnRunTimeConfig.CookieSameSite. values()Returns an array containing the constants of this enum type, in the order they are declared.
-