Package com.unblu.sdk.module.integrity
Interface AppIntegrityModuleApi.DeviceIntegrityVerifier.ChallengeProvider
- Enclosing class:
- AppIntegrityModuleApi.DeviceIntegrityVerifier
public static interface AppIntegrityModuleApi.DeviceIntegrityVerifier.ChallengeProvider
Supplies a cryptographic challenge used for integrity verification.
-
Method Summary
Modifier and TypeMethodDescriptionvoidRetrieves a challenge value.
-
Method Details
-
getChallenge
Retrieves a challenge value.- Parameters:
callback- callback that receives the challenge
-