Class ExternalUserInfo
Version:
日本語翻訳に関する免責事項
このページの翻訳はAIによって自動的に行われました。可能な限り正確な翻訳を心掛けていますが、原文と異なる表現や解釈が含まれる場合があります。正確で公式な情報については、必ず英語の原文をご参照ください。
A model that holds all information that applies to an external user.
Inheritance
System.Object
ExternalUserInfo
Namespace: Stylelabs.M.Scripting.Types.V1_0.User
Assembly: Stylelabs.M.Scripting.Types.dll
Syntax
Properties
Claims
Gets or sets the claims of this user, supplied by the provider.
Declaration
Property Value
| Type | Description |
|---|---|
| IReadOnlyList<Claim> |
Culture
Gets or sets the culture of the user.
Declaration
Property Value
| Type | Description |
|---|---|
| CultureInfo |
Gets or sets the e-mail of the user.
Declaration
Property Value
| Type | Description |
|---|---|
| System.String |
Provider
Gets or sets the provider of this user information.
Declaration
Property Value
| Type | Description |
|---|---|
| System.String |
Username
Gets or sets the username of the user.
Declaration
Property Value
| Type | Description |
|---|---|
| System.String |