ProviderConfigurationError

data class ProviderConfigurationError(val message: String, val t: Throwable) : TSWebAuthnRegistrationError

Passkeys error - During the create credential flow, this is thrown when configurations are mismatched for the provider, typically indicating the provider dependency is missing in the manifest or some system service is not enabled.

Constructors

Link copied to clipboard
fun ProviderConfigurationError(message: String, t: Throwable)

Properties

Link copied to clipboard
val eM: String
Link copied to clipboard
val message: String
Link copied to clipboard
val t: Throwable
Link copied to clipboard
val tw: Throwable?