Interface PasskeyLoginChallengeOptions

Options for requesting a passkey login challenge.

interface PasskeyLoginChallengeOptions {
    organization?: string;
    realm?: string;
}

Properties

organization?: string

Organization ID or name (scopes tokens to the organization context)

realm?: string

Database connection name (sent as realm to the API)