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