StytchSSOError

data class StytchSSOError(val exception: Throwable? = null) : StytchSDKError

Thrown when we encounter an SSO error

Constructors

Link copied to clipboard
constructor(exception: Throwable? = null)

Properties

Link copied to clipboard
open override val exception: Throwable? = null