Fido Api Service Impl
Stub service class. Android OS lower than M do not support WebAuthn/Fido operations.
Functions
Link copied to clipboard
Link copied to clipboard
open fun onRegisterResponse(attestationResponse: Array<Byte>, credentialResponse: Array<Byte>): WebAuthnAttestationResponse
Link copied to clipboard
open fun onSignResponse(fidoApiResponse: Array<Byte>, credentialResponse: Array<Byte>): WebAuthnAssertionResponse
Link copied to clipboard
open fun register(resultLauncher: ActivityResultLauncher<IntentSenderRequest>, option: WebAuthnInitRegisterResponseModel, flowError: IFidoApiFlowError)
Link copied to clipboard
open fun sign(resultLauncher: ActivityResultLauncher<IntentSenderRequest>, options: WebAuthnGetOptionsResponseModel, allowedKeys: List<WebAuthnKeyModel>, flowError: IFidoApiFlowError)