FRAppAttestation
@available(iOS 14.0, *)
public protocol FRAppAttestation
Protocol to override attestation
-
requestIntegrityToken(challenge:Asynchronouspayload: ) Handle attestation and assertion
Throws
FRDeviceCheckAPIFailure and ErrorDeclaration
Swift
func requestIntegrityToken(challenge: String, payload: String?) async throws -> FRAppIntegrityKeysParameters
challengechallenge Received from server
payloadpayload to be signed
Return Value
FRAppIntegrityKeys for attestation and assertion
View on GitHub