Present single-use password setup handoff
This commit is contained in:
parent
bbe291dac3
commit
4efce34821
5 changed files with 45 additions and 0 deletions
|
|
@ -63,6 +63,7 @@ class ProvisioningResult:
|
|||
external_subject: str
|
||||
status: str
|
||||
resumed: bool = False
|
||||
password_setup_url: str | None = None
|
||||
|
||||
|
||||
class IdentityProvisioningPort(Protocol):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue