FidoApiServiceImpl

Stub service class. Android OS lower than M do not support WebAuthn/Fido operations.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun onFidoError(errorResponse: Array<Byte>): GigyaError
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
Link copied to clipboard