Class LoginData
Inheritance
Object
LoginData
Namespace: Sdl.LanguageCloud.IdentityApi
Assembly: Sdl.LanguageCloud.IdentityApi.dll
Syntax
public class LoginData : Object
Constructors
LoginData()
Declaration
public LoginData()
Properties
AccessToken
Declaration
public string AccessToken { get; set; }
Property Value
| Type | Description |
|---|---|
| String |
IdToken
Declaration
public string IdToken { get; set; }
Property Value
| Type | Description |
|---|---|
| String |
RefreshToken
Declaration
public string RefreshToken { get; set; }
Property Value
| Type | Description |
|---|---|
| String |
TenantId
Declaration
public string TenantId { get; set; }
Property Value
| Type | Description |
|---|---|
| String |