PasskeyAssertionResult<TUser>.User Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the user associated with the passkey when assertion succeeds.
public TUser? User { get; }
member this.User : 'User
Public ReadOnly Property User As TUser