createJwtKeyAttestation
abstract suspend fun createJwtKeyAttestation(keyIdAndAttestations: List<KeyIdAndAttestation>, challenge: String, userAuthentication: List<String>? = null, keyStorage: List<String>? = null): String
Creates OAuth JWT key attestation based on the given list of mobile-platform-specific KeyAttestations and key ids.