toggle menu
Stytch Android SDK
androidJvm
switch theme
search in API
Stytch Android
/
com.stytch.sdk.common.errors
/
StytchMissingPKCEError
Stytch
Missing
PKCEError
data
class
StytchMissingPKCEError
(
val
exception
:
Throwable
?
)
:
StytchSDKError
Thrown when we couldn't find a code verifier on device
Members
Constructors
Stytch
Missing
PKCEError
Link copied to clipboard
constructor
(
exception
:
Throwable
?
)
Properties
exception
Link copied to clipboard
open
override
val
exception
:
Throwable
?