Fido Api Service V23Impl
Fido api service connector for Android >=M.
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun onRegisterResponse(attestationResponse: Array<Byte>, credentialResponse: Array<Byte>): WebAuthnAttestationResponse
Handle Fido API register response.
Link copied to clipboard
open fun onSignResponse(fidoApiResponse: Array<Byte>, credentialResponse: Array<Byte>): WebAuthnAssertionResponse
Handle Fido API sign response.
Link copied to clipboard
open fun register(resultLauncher: ActivityResultLauncher<IntentSenderRequest>, responseModel: WebAuthnInitRegisterResponseModel, flowError: IFidoApiFlowError)
Link copied to clipboard
open fun sign(resultLauncher: ActivityResultLauncher<IntentSenderRequest>, responseModel: WebAuthnGetOptionsResponseModel, allowedKeys: List<WebAuthnKeyModel>, flowError: IFidoApiFlowError)