Class BetaManagedAgentsTokenEndpointAuthPostParam
-
- All Implemented Interfaces:
public final class BetaManagedAgentsTokenEndpointAuthPostParamToken endpoint uses POST body authentication with client credentials.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBetaManagedAgentsTokenEndpointAuthPostParam.BuilderA builder for BetaManagedAgentsTokenEndpointAuthPostParam.
public final classBetaManagedAgentsTokenEndpointAuthPostParam.Type
-
Method Summary
Modifier and Type Method Description final StringclientSecret()OAuth client secret. final BetaManagedAgentsTokenEndpointAuthPostParam.Typetype()final JsonField<String>_clientSecret()Returns the raw JSON value of clientSecret. final JsonField<BetaManagedAgentsTokenEndpointAuthPostParam.Type>_type()Returns the raw JSON value of type. final Map<String, JsonValue>_additionalProperties()final BetaManagedAgentsTokenEndpointAuthPostParam.BuildertoBuilder()final BetaManagedAgentsTokenEndpointAuthPostParamvalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static BetaManagedAgentsTokenEndpointAuthPostParam.Builderbuilder()Returns a mutable builder for constructing an instance of BetaManagedAgentsTokenEndpointAuthPostParam. -
-
Method Detail
-
clientSecret
final String clientSecret()
OAuth client secret.
-
type
final BetaManagedAgentsTokenEndpointAuthPostParam.Type type()
-
_clientSecret
final JsonField<String> _clientSecret()
Returns the raw JSON value of clientSecret.
Unlike clientSecret, this method doesn't throw if the JSON field has an unexpected type.
-
_type
final JsonField<BetaManagedAgentsTokenEndpointAuthPostParam.Type> _type()
Returns the raw JSON value of type.
Unlike type, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final BetaManagedAgentsTokenEndpointAuthPostParam.Builder toBuilder()
-
validate
final BetaManagedAgentsTokenEndpointAuthPostParam validate()
Validates that the types of all values in this object match their expected types recursively.
This method is not forwards compatible with new types from the API for existing fields.
-
builder
final static BetaManagedAgentsTokenEndpointAuthPostParam.Builder builder()
Returns a mutable builder for constructing an instance of BetaManagedAgentsTokenEndpointAuthPostParam.
The following fields are required:
.clientSecret() .type()
-
-
-
-