WebauthnWorkspace
in package
Read onlyYes
FinalYes
The workspace a usernameless ceremony runs in (CONTRACT.md §24.1).
discoverable/start is the one WebAuthn endpoint that carries the workspace explicitly,
because a usernameless ceremony has no prior step to have minted a token that names it.
Unlike the five /oauth2 operations of §12.1 rule 2 it accepts slugs, so a slug-only
client can run it.
Pass null to webauthnDiscoverableStart() to have it filled from the client's own
configured identity, which is what almost every caller wants.
Table of Contents
Properties
- $orgId : string|null
- $orgSlug : string|null
- $tenantId : string|null
- $tenantSlug : string|null
Methods
- __construct() : mixed
Properties
$orgId
public
string|null
$orgId
= null
$orgSlug
public
string|null
$orgSlug
= null
$tenantId
public
string|null
$tenantId
= null
$tenantSlug
public
string|null
$tenantSlug
= null
Methods
__construct()
public
__construct([string|null $orgId = null ][, string|null $orgSlug = null ][, string|null $tenantId = null ][, string|null $tenantSlug = null ]) : mixed
Parameters
- $orgId : string|null = null
- $orgSlug : string|null = null
- $tenantId : string|null = null
- $tenantSlug : string|null = null