register Request
fun registerRequest(sessionId: String): ApiResult<PublicKeyCredentialCreationOptions>
Content copied to clipboard
Return
A pair. The first element is an PublicKeyCredentialCreationOptions that can be used for a subsequent FIDO2 API call. The second element is a challenge string that should be sent back to the server in registerResponse.
Parameters
sessionId
The session ID.