All Downloads are FREE. Search and download functionalities are using the official Maven repository.

csharp.auth.TokenResponse.mustache Maven / Gradle / Ivy

There is a newer version: 7.7.0
Show newest version
{{>partial_header}}

using Newtonsoft.Json;

namespace {{packageName}}.Client.Auth
{
    class TokenResponse
    {
        [JsonProperty("token_type")]
        public string TokenType { get; set; }
        [JsonProperty("access_token")]
        public string AccessToken { get; set; }
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy