Class LanguageCloudCredentialInfo
Class that holds information about a LanguageCloud user.
Inheritance
Object
LanguageCloudCredentialInfo
Namespace: Sdl.LanguageCloud.IdentityApi
Assembly: Sdl.LanguageCloud.IdentityApi.dll
Syntax
public class LanguageCloudCredentialInfo : Object
Properties
AccountName
The name of the user's active account.
Declaration
public string AccountName { get; }
Property Value
Type | Description |
---|---|
String |
The email(SDL ID) of the user.
Declaration
public string Email { get; }
Property Value
Type | Description |
---|---|
String |