IFido Api Service
Functions
Link copied to clipboard
Link copied to clipboard
abstract fun onRegisterResponse(attestationResponse: Array<Byte>, credentialResponse: Array<Byte>): WebAuthnAttestationResponse
Link copied to clipboard
abstract fun onSignResponse(fidoApiResponse: Array<Byte>, credentialResponse: Array<Byte>): WebAuthnAssertionResponse
Link copied to clipboard
abstract fun register(resultLauncher: ActivityResultLauncher<IntentSenderRequest>, option: WebAuthnInitRegisterResponseModel, flowError: IFidoApiFlowError)
Link copied to clipboard
abstract fun sign(resultLauncher: ActivityResultLauncher<IntentSenderRequest>, options: WebAuthnGetOptionsResponseModel, allowedKeys: List<WebAuthnKeyModel>, flowError: IFidoApiFlowError)