API to acquire a token by passing the username and password to the service in exchage of credentials password_grant
CommonUsernamePasswordRequest
Creates query string for the /token request
Wraps sendPostRequestAsync with necessary preflight and postflight logic
Request thumbprint for throttling
Endpoint to make the POST to
Body and Headers to include on the POST request
CorrelationId for telemetry
Generated using TypeDoc
Oauth2.0 Password grant client Note: We are only supporting public clients for password grant and for purely testing purposes
Deprecated