1. IUserPreRegistrationContext

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
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
AuthenticationSource AuthenticationSource { get; }
Property Value
TypeDescription
AuthenticationSource

ExternalUserInfo

Gets information about the user that the external provider supplied. Only set (and useful) when AuthenticationSource is .

Declaration
ExternalUserInfo ExternalUserInfo { get; }
Property Value
TypeDescription
ExternalUserInfo

InternalUserInfo

Gets information about a user that is supplied from Sitecore Content Hub internally. Only set (and useful) when AuthenticationSource is .

Declaration
InternalUserInfo InternalUserInfo { get; }
Property Value
TypeDescription
InternalUserInfo
If you have suggestions for improving this article, let us know!