Interface OperationError.AppAttestationError

All Superinterfaces:
MobileAuthenticationClientError, OperationError
Enclosing interface:
OperationError

public static interface OperationError.AppAttestationError extends 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()).