RegisterCredentialsConfigurationException


public final class RegisterCredentialsConfigurationException extends RegisterCredentialsException


During the RegistryManager.registerCredentials transaction, this is thrown when configurations are mismatched for the RegistryManager service, typically indicating the service provider dependency is missing in the manifest or some system service is not enabled.

Please check your dependencies and make sure to include the intended service provider dependency. For example, for devices with Play Services, the dependency androidx.credentials:credentials-provider-registry-play-services should be added.

Summary

Public constructors

Public constructors

RegisterCredentialsConfigurationException

Added in 1.0.0-alpha01
public RegisterCredentialsConfigurationException(CharSequence errorMessage)
Parameters
CharSequence errorMessage

the error message