Interface IUserPreRegistrationContext
Defines a user pre registration context.
Namespace: StylelabsStylelabs.MStylelabs.M.ScriptingStylelabs.M.Scripting.TypesStylelabs.M.Scripting.Types.V1_0UserStylelabs.M.Scripting.Types.V1_0.User.RegistrationPre
Assembly: Stylelabs.M.Scripting.Types.dll
Syntax
RequestResponse
public interface IUserPreRegistrationContext
Properties
AuthenticationSource
Gets the source of registration, which can be internal (Sitecore Content Hub) or external (e.g. from an SSO).
Declaration
RequestResponse
AuthenticationSource AuthenticationSource { get; }
Property Value
Type | Description |
---|---|
AuthenticationSource |
ExternalUserInfo
Gets information about the user that the external provider supplied. Only set (and useful) when AuthenticationSource is .
Declaration
RequestResponse
ExternalUserInfo ExternalUserInfo { get; }
Property Value
Type | Description |
---|---|
ExternalUserInfo |
InternalUserInfo
Gets information about a user that is supplied from Sitecore Content Hub internally. Only set (and useful) when AuthenticationSource is .
Declaration
RequestResponse
InternalUserInfo InternalUserInfo { get; }
Property Value
Type | Description |
---|---|
InternalUserInfo |