public interface AuthApi
Modifier and Type | Method and Description |
---|---|
OAuthTokenResponse |
getToken(String clientId,
String clientSecret,
String grantType)
Retrieves an OAuth access token using client credentials.
|
OAuthTokenResponse getToken(String clientId, String clientSecret, String grantType)
clientId
- clientIdclientSecret
- clientSecretgrantType
- must be "client_credentials"Copyright © 2025 Cense Data Inc.. All rights reserved.