Interface AuthCloudApiError.OperationError.AppAttestationError

All Superinterfaces:
AuthCloudApiError, AuthCloudApiError.OperationError, MobileAuthenticationClientError
Enclosing interface:
AuthCloudApiError.OperationError

public static interface AuthCloudApiError.OperationError.AppAttestationError extends AuthCloudApiError.OperationError
The server requires application attestation and there was a problem either obtaining the application attestation information from the Google Cloud APIs, or the server did not accept the contents sent by the SDK.

This can also occur when the server requires application attestation information, but no AppAttestation was provided to the Configuration (see Configuration.appAttestation(), Configuration.appAttestation() and Configuration.appAttestation()).