CreateCredentialProviderConfigurationException


class CreateCredentialProviderConfigurationException : CreateCredentialException


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.

Summary

Public constructors

Inherited properties

From kotlin.Throwable

Public constructors

CreateCredentialProviderConfigurationException

Added in 1.2.0
CreateCredentialProviderConfigurationException(
    errorMessage: CharSequence? = null
)