@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-07-14T17:07:26.321-05:00[America/Chicago]") public class InlineHookOAuthClientSecretConfig extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static String |
JSON_PROPERTY_AUTH_SCHEME |
static String |
JSON_PROPERTY_CLIENT_SECRET |
static String |
JSON_PROPERTY_HEADERS |
static String |
JSON_PROPERTY_METHOD |
static String |
JSON_PROPERTY_URI |
Constructor and Description |
---|
InlineHookOAuthClientSecretConfig() |
public static final String JSON_PROPERTY_CLIENT_SECRET
public static final String JSON_PROPERTY_AUTH_SCHEME
public static final String JSON_PROPERTY_HEADERS
public static final String JSON_PROPERTY_METHOD
public static final String JSON_PROPERTY_URI
public InlineHookOAuthClientSecretConfig clientSecret(String clientSecret)
public void setClientSecret(String clientSecret)
public InlineHookOAuthClientSecretConfig authScheme(InlineHookChannelConfigAuthScheme authScheme)
@Nullable public InlineHookChannelConfigAuthScheme getAuthScheme()
public void setAuthScheme(InlineHookChannelConfigAuthScheme authScheme)
public InlineHookOAuthClientSecretConfig headers(List<InlineHookChannelConfigHeaders> headers)
public InlineHookOAuthClientSecretConfig addHeadersItem(InlineHookChannelConfigHeaders headersItem)
@Nullable public List<InlineHookChannelConfigHeaders> getHeaders()
public void setHeaders(List<InlineHookChannelConfigHeaders> headers)
public InlineHookOAuthClientSecretConfig method(String method)
public void setMethod(String method)
public InlineHookOAuthClientSecretConfig uri(String uri)
public void setUri(String uri)
Copyright © 2017–2023 Okta. All rights reserved.