get Assertion
abstract suspend fun getAssertion(options: PublicKeyCredentialRequestOptions): PasskeyResult<GetAssertionResult>
Gets an assertion (authenticates) using an existing passkey.
Return
PasskeyResult containing the assertion data, error, or cancellation
Parameters
options
WebAuthn credential request options from the relying party