OAuth2 Client Credentials grant.
The AuthHandler acquires a token at runtime by POSTing to TokenUrl with client_id, client_secret, and grant_type=client_credentials. The acquired token is cached and injected as a Bearer header.
Optional
Readonly
OAuth2 Client Credentials grant.
The AuthHandler acquires a token at runtime by POSTing to TokenUrl with client_id, client_secret, and grant_type=client_credentials. The acquired token is cached and injected as a Bearer header.