Class CrowdinCredentials
Inheritance
System.Object
CrowdinCredentials
Assembly: Crowdin.Api.dll
Syntax
public class CrowdinCredentials : object
Properties
|
Improve this Doc
View Source
AccessToken
Declaration
public string AccessToken { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
BaseUrl
Declaration
public string? BaseUrl { get; set; }
Property Value
Type |
Description |
System.Nullable<System.String> |
|
|
Improve this Doc
View Source
Organization
Declaration
public string? Organization { get; set; }
Property Value
Type |
Description |
System.Nullable<System.String> |
|