createJwtKeyAttestation
abstract suspend fun createJwtKeyAttestation(keyAttestations: List<KeyAttestation>, 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.