Interface AppIntegrityModuleApi.DeviceIntegrityVerifier.IntegrityTokenRequester

Enclosing class:
AppIntegrityModuleApi.DeviceIntegrityVerifier

public static interface AppIntegrityModuleApi.DeviceIntegrityVerifier.IntegrityTokenRequester
Requests a platform-specific integrity token.
  • Method Details

    • requestIntegrityToken

      void requestIntegrityToken(@NonNull String nonce, @NonNull AppIntegrityModuleApi.SuccessCallback successCallback, @NonNull AppIntegrityModuleApi.ErrorCallback errorCallback)
      Requests an integrity token bound to the provided nonce.
      Parameters:
      nonce - cryptographic nonce or challenge
      successCallback - invoked when the integrity token is successfully generated
      errorCallback - invoked if token generation fails