TSWebAuthnApprovalResult

class TSWebAuthnApprovalResult(encodedResult: String) : OperationResult

Result of a successful TSAuthentication.approvalWebAuthn call.

Constructors

Link copied to clipboard
constructor(encodedResult: String)

Functions

Link copied to clipboard
open override fun result(): String

Returns the WebAuthn encoded approval result. Pass this value to your backend to complete the approval.