Skip to content

NexarDeveloper/nexar-client-token-cs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nexar.Client.Token

Getting Nexar Supply tokens for client ID and secret.

nuget.org/packages/Nexar.Client.Token

Example

using Nexar.Client.Token;
using System.Net.Http;

using var client = new HttpClient();
string token = await client.GetNexarTokenAsync(clientId, clientSecret);

See also

About

Getting Nexar Supply tokens for client ID and secret.

Resources

License

Stars

Watchers

Forks

Languages