Collection of functions to interact with the Auth API endpoint.
Last updated 8 months ago
Was this helpful?
All URI’s are relative to the VTN URL configured.
POST /auth/token
Get an access token
Task<ClientCredentialResponse> GetTokenAsync( ClientCredentialRequest request, CancellationToken cancellationToken = default)
Returns a ClientCredentialResponse which includes the access token based on based on client ID and client secret.
ClientCredentialResponse