Package com.unblu.sdk.module.integrity
Interface AppIntegrityModuleApi.DeviceIntegrityVerifier.AttestationVerifier
- Enclosing class:
- AppIntegrityModuleApi.DeviceIntegrityVerifier
public static interface AppIntegrityModuleApi.DeviceIntegrityVerifier.AttestationVerifier
Verifies an integrity or attestation token.
-
Method Summary
Modifier and TypeMethodDescriptionvoidverifyAttestation(String integrityToken, AppIntegrityModuleApi.DeviceIntegrityVerifier.AttestationResultCallback callback) Verifies the provided integrity token.
-
Method Details
-
verifyAttestation
void verifyAttestation(@NonNull String integrityToken, @NonNull AppIntegrityModuleApi.DeviceIntegrityVerifier.AttestationResultCallback callback) Verifies the provided integrity token.- Parameters:
integrityToken- integrity or attestation tokencallback- callback that receives the verification result
-