| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
OAuthClientRegistrationResponse |
OAuth2ClientPublicApi.registerOAuthClient(OAuthClientRegistrationRequest body)
Register an OAuth2 client.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<OAuthClientRegistrationResponse> |
OAuth2ClientPublicApi.registerOAuthClientAsync(OAuthClientRegistrationRequest body)
Register an OAuth2 client.
|
ApiResponse<OAuthClientRegistrationResponse> |
OAuth2ClientPublicApi.registerOAuthClientWithHttpInfo(OAuthClientRegistrationRequest body)
Register an OAuth2 client using the Dynamic Client Registration protocol defined in RFC 7591.
|
CompletableFuture<ApiResponse<OAuthClientRegistrationResponse>> |
OAuth2ClientPublicApi.registerOAuthClientWithHttpInfoAsync(OAuthClientRegistrationRequest body)
Register an OAuth2 client.
|
Copyright © 2026. All rights reserved.