registerResponse

fun registerResponse(sessionId: String, response: AuthenticatorAttestationResponse): ApiResult<List<Credential>>

Return

A list of all the credentials registered on the server, including the newly registered one.

Parameters

sessionId

The session ID.

response

The FIDO2 response object.