PasskeyAssertionContext<TUser> Class
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.
Represents the context for passkey assertion.
public sealed class PasskeyAssertionContext<TUser> where TUser : class
type PasskeyAssertionContext<'User (requires 'User : null)> = class
Public NotInheritable Class PasskeyAssertionContext(Of TUser)
Type Parameters
- TUser
The type of user associated with the passkey.
- Inheritance
-
PasskeyAssertionContext<TUser>
Constructors
PasskeyAssertionContext<TUser>() |
Properties
CredentialJson |
Gets or sets the credentials obtained by JSON-serializing the result of the
|
HttpContext |
Gets or sets the HttpContext for the current request. |
OriginalOptionsJson |
Gets or sets the JSON representation of the original passkey creation options provided to the browser. |
User |
Gets or sets the user associated with the passkey, if known. |
UserManager |
Gets or sets the UserManager<TUser> to retrieve user information from. |