Class ExternalUserInfo
A model that holds all information that applies to an external user.
Inheritance
object
ExternalUserInfo
Namespace: StylelabsStylelabs.MStylelabs.M.ScriptingStylelabs.M.Scripting.TypesStylelabs.M.Scripting.Types.V1_0User
Assembly: Stylelabs.M.Scripting.Types.dll
Syntax
RequestResponse
public class ExternalUserInfo
Properties
Claims
Gets or sets the claims of this user, supplied by the provider.
Declaration
RequestResponse
public IReadOnlyList<Claim> Claims { get; set; }
Property Value
Type | Description |
---|---|
IReadOnlyList<>Claim |
Culture
Gets or sets the culture of the user.
Declaration
RequestResponse
public CultureInfo Culture { get; set; }
Property Value
Type | Description |
---|---|
CultureInfo |
Gets or sets the e-mail of the user.
Declaration
RequestResponse
public string Email { get; set; }
Property Value
Type | Description |
---|---|
string |
Provider
Gets or sets the provider of this user information.
Declaration
RequestResponse
public string Provider { get; set; }
Property Value
Type | Description |
---|---|
string |
Username
Gets or sets the username of the user.
Declaration
RequestResponse
public string Username { get; set; }
Property Value
Type | Description |
---|---|
string |