| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static OAuthClientRegistrationGrantType |
OAuthClientRegistrationGrantType.AUTHORIZATION_CODE |
static OAuthClientRegistrationGrantType |
OAuthClientRegistrationGrantType.REFRESH_TOKEN |
| Modifier and Type | Method and Description |
|---|---|
static OAuthClientRegistrationGrantType |
OAuthClientRegistrationGrantType.fromValue(String value) |
| Modifier and Type | Method and Description |
|---|---|
List<OAuthClientRegistrationGrantType> |
OAuthClientRegistrationResponse.getGrantTypes()
OAuth 2.0 grant types registered for the client.
|
List<OAuthClientRegistrationGrantType> |
OAuthClientRegistrationRequest.getGrantTypes()
OAuth 2.0 grant types the client may use.
|
| Modifier and Type | Method and Description |
|---|---|
OAuthClientRegistrationResponse |
OAuthClientRegistrationResponse.addGrantTypesItem(OAuthClientRegistrationGrantType grantTypesItem) |
OAuthClientRegistrationRequest |
OAuthClientRegistrationRequest.addGrantTypesItem(OAuthClientRegistrationGrantType grantTypesItem) |
void |
OAuthClientRegistrationGrantType.OAuthClientRegistrationGrantTypeSerializer.serialize(OAuthClientRegistrationGrantType value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
| Modifier and Type | Method and Description |
|---|---|
OAuthClientRegistrationResponse |
OAuthClientRegistrationResponse.grantTypes(List<OAuthClientRegistrationGrantType> grantTypes) |
OAuthClientRegistrationRequest |
OAuthClientRegistrationRequest.grantTypes(List<OAuthClientRegistrationGrantType> grantTypes) |
void |
OAuthClientRegistrationResponse.setGrantTypes(List<OAuthClientRegistrationGrantType> grantTypes) |
void |
OAuthClientRegistrationRequest.setGrantTypes(List<OAuthClientRegistrationGrantType> grantTypes) |
| Constructor and Description |
|---|
OAuthClientRegistrationGrantTypeSerializer(Class<OAuthClientRegistrationGrantType> t) |
OAuthClientRegistrationResponse(UUID clientId,
String clientName,
List<OAuthClientRegistrationGrantType> grantTypes,
List<String> redirectUris,
List<OAuthClientRegistrationResponseType> responseTypes,
String tokenEndpointAuthMethod) |
Copyright © 2026. All rights reserved.