register Response
fun registerResponse(sessionId: String, response: AuthenticatorAttestationResponse): ApiResult<List<Credential>>
Content copied to clipboard
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.