Authentication¶
The Crayon API uses OAuth2 to authenticate with the API.
ResourcePasswordFlow¶
When authenticating using ResourcePasswordFlow you need a registered “ClientID” with a “ClientSecret”, and username with a password.
Steps:
- Request a Tenant administrator account by your crayon contact.
- Retrieve token: Get token
- See samples:
- Sample program in C#