Package io.quarkus.oidc.runtime
Class CodeAuthenticationStateBean
java.lang.Object
io.quarkus.oidc.runtime.CodeAuthenticationStateBean
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetNonce()
boolean
isEmpty()
void
setCodeVerifier
(String codeVerifier) void
void
setRestorePath
(String restorePath)
-
Constructor Details
-
CodeAuthenticationStateBean
public CodeAuthenticationStateBean()
-
-
Method Details
-
getRestorePath
-
setRestorePath
-
getCodeVerifier
-
setCodeVerifier
-
getNonce
-
setNonce
-
isEmpty
public boolean isEmpty()
-