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