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
TypeDescription
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
TypeDescription
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
TypeDescription
InternalUserInfo

Do you have some feedback for us?

If you have suggestions for improving this article,