FRAppAttestation

@available(iOS 14.0, *)
public protocol FRAppAttestation

Protocol to override attestation

  • Handle attestation and assertion

    Throws

    FRDeviceCheckAPIFailure and Error

    Declaration

    Swift

    func requestIntegrityToken(challenge: String,
                               payload: String?) async throws -> FRAppIntegrityKeys

    Parameters

    challenge

    challenge Received from server

    payload

    payload to be signed

    Return Value

    FRAppIntegrityKeys for attestation and assertion