Table of Contents

Class UserPasskey

Namespace
Oqtane.Models
Assembly
Oqtane.Shared.dll

Passkey properties

public class UserPasskey
Inheritance
object
UserPasskey

Properties

CredentialId

the credential ID for this passkey

public byte[] CredentialId { get; set; }

Property Value

byte[]

CredentialJson

A serialized JSON object from the navigator.credentials.create() JavaScript API - only populated during Add

public string CredentialJson { get; set; }

Property Value

string

Name

The friendly name of the passkey

public string Name { get; set; }

Property Value

string

UserId

The User which this passkey belongs to

public int UserId { get; set; }

Property Value

int