Interface AppAttestation


public interface AppAttestation
The configuration related to application attestation. If the backend (nevisFIDO) requires application attestation, you must provide this information, so that the mobile SDK can send the required app integrity information.
See Also:
  • Method Details

    • googleCloudProjectNumber

      long googleCloudProjectNumber()
      Returns:
      the Google Cloud project number
    • create

      static AppAttestation create(long googleCloudProjectNumber)
      Creates an ApplicationAttestation.
      Parameters:
      googleCloudProjectNumber - the Google Cloud project number.
      Returns:
      an ApplicationAttestation