| TExternalSignInArgs |
Arguments passed to the OnExternalSignIn event, fired after Sphinx has obtained tokens from an upstream (external) identity provider and must resolve which local user the upstream identity maps to.
|
| TExternalUserProvisionedArgs |
Arguments passed to the OnExternalUserProvisioned event, fired when the built-in reconciliation policy creates a brand new local user for an external (upstream) identity.
|
| TGenerateEmailConfirmationTokenArgs |
Arguments passed to the OnGenerateEmailConfirmationToken event, fired when Sphinx has generated a token to confirm a user's email address.
|
| TGeneratePasswordResetTokenArgs |
Arguments passed to the OnGeneratePasswordResetToken event, fired when Sphinx has generated a token that lets a user reset a forgotten password.
|
| TGeneratePhoneNumberConfirmationTokenArgs |
Arguments passed to the OnGeneratePhoneNumberConfirmationToken event, fired when Sphinx has generated a token to confirm a user's phone number.
|
| TResolveExternalProviderArgs |
Arguments passed to the OnResolveExternalProvider event, fired when an authorization request has no active session and Sphinx must decide whether to delegate authentication to an upstream (external) identity provider.
|
| TSphinxModuleArgs |
Base class for the argument objects passed to the Sphinx server module events.
|
| TUserCreatedArgs |
Arguments passed to the OnUserCreated event, fired after Sphinx has created a new user.
|
| TUserEmailChangedArgs |
Arguments passed to the OnUserEmailChanged event, fired after a user's email address has been changed.
|
| TUserEmailVerifiedArgs |
Arguments passed to the OnUserEmailVerified event, fired after a user has confirmed their email address with a valid confirmation token.
|
| TUserPasswordChangedArgs |
Arguments passed to the OnUserPasswordChanged event, fired after a user's password has been changed (for example through a password change or a password reset).
|
| TUserPhoneNumberChangedArgs |
Arguments passed to the OnUserPhoneNumberChanged event, fired after a user's phone number has been changed.
|
| TUserPhoneNumberVerifiedArgs |
Arguments passed to the OnUserPhoneNumberVerified event, fired after a user has confirmed their phone number with a valid confirmation token.
|