1. ExternalUserInfo

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
public class ExternalUserInfo : object

Properties

Claims

Gets or sets the claims of this user, supplied by the provider.

Declaration
public IReadOnlyList<Claim> Claims { get; set; }
Property Value
TypeDescription
IReadOnlyList<Claim>

Culture

Gets or sets the culture of the user.

Declaration
public CultureInfo Culture { get; set; }
Property Value
TypeDescription
CultureInfo

Email

Gets or sets the e-mail of the user.

Declaration
public string Email { get; set; }
Property Value
TypeDescription
System.String

Provider

Gets or sets the provider of this user information.

Declaration
public string Provider { get; set; }
Property Value
TypeDescription
System.String

Username

Gets or sets the username of the user.

Declaration
public string Username { get; set; }
Property Value
TypeDescription
System.String
この記事を改善するための提案がある場合は、 お知らせください!