public final class OAuthTokenRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
OAuthTokenRequest.OAuthTokenRequestBuilder |
| Modifier and Type | Method and Description |
|---|---|
static OAuthTokenRequest.OAuthTokenRequestBuilder |
builder() |
boolean |
equals(Object o) |
String |
getClientId()
The client identifier issued to the client.
|
String |
getClientSecret()
The client secret issued to the client.
|
String |
getGrantType()
The grant type, which should be set to "client_credentials".
|
int |
hashCode() |
String |
toString() |
public static OAuthTokenRequest.OAuthTokenRequestBuilder builder()
public String getClientId()
public String getClientSecret()
public String getGrantType()
Copyright © 2026 Cense Data Inc.. All rights reserved.