signinRequest

fun signinRequest(sessionId: String, credentialId: String?): ApiResult<PublicKeyCredentialRequestOptions>

Return

A pair. The first element is a PublicKeyCredentialRequestOptions 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 signinResponse.

Parameters

sessionId

The session ID to be used for the sign-in.

credentialId

The credential ID of this device.