Search Results for

    Show / Hide Table of Contents

    Class CrowdinCredentials

    Inheritance
    System.Object
    CrowdinCredentials
    Namespace: Crowdin.Api
    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>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX