Package com.okta.sdk.resource.model
Class InlineHookOAuthPrivateKeyJwtConfig
java.lang.Object
com.okta.sdk.resource.model.InlineHookOAuthPrivateKeyJwtConfig
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-06-17T07:49:49.777027-05:00[America/Chicago]",
comments="Generator version: 7.5.0")
public class InlineHookOAuthPrivateKeyJwtConfig
extends Object
implements Serializable
InlineHookOAuthPrivateKeyJwtConfig
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddheadersItem(InlineHookChannelConfigHeaders headersItem) authScheme(InlineHookChannelConfigAuthScheme authScheme) booleanGet authSchemeGet authTypeGet clientIdGet headersGet hookKeyIdGet methodgetScope()Get scopeGet tokenUrlgetUri()Get uriinthashCode()headers(List<InlineHookChannelConfigHeaders> headers) voidsetAuthScheme(InlineHookChannelConfigAuthScheme authScheme) voidsetAuthType(String authType) voidsetClientId(String clientId) voidsetHeaders(List<InlineHookChannelConfigHeaders> headers) voidsetHookKeyId(String hookKeyId) voidvoidvoidsetTokenUrl(String tokenUrl) voidtoString()
-
Field Details
-
JSON_PROPERTY_HOOK_KEY_ID
- See Also:
-
JSON_PROPERTY_AUTH_TYPE
- See Also:
-
JSON_PROPERTY_CLIENT_ID
- See Also:
-
JSON_PROPERTY_SCOPE
- See Also:
-
JSON_PROPERTY_TOKEN_URL
- See Also:
-
JSON_PROPERTY_AUTH_SCHEME
- See Also:
-
JSON_PROPERTY_HEADERS
- See Also:
-
JSON_PROPERTY_METHOD
- See Also:
-
JSON_PROPERTY_URI
- See Also:
-
-
Constructor Details
-
InlineHookOAuthPrivateKeyJwtConfig
public InlineHookOAuthPrivateKeyJwtConfig()
-
-
Method Details
-
hookKeyId
-
getHookKeyId
Get hookKeyId- Returns:
- hookKeyId
-
setHookKeyId
-
authType
-
getAuthType
Get authType- Returns:
- authType
-
setAuthType
-
clientId
-
getClientId
Get clientId- Returns:
- clientId
-
setClientId
-
scope
-
getScope
Get scope- Returns:
- scope
-
setScope
-
tokenUrl
-
getTokenUrl
Get tokenUrl- Returns:
- tokenUrl
-
setTokenUrl
-
authScheme
-
getAuthScheme
Get authScheme- Returns:
- authScheme
-
setAuthScheme
-
headers
-
addheadersItem
public InlineHookOAuthPrivateKeyJwtConfig addheadersItem(InlineHookChannelConfigHeaders headersItem) -
getHeaders
Get headers- Returns:
- headers
-
setHeaders
-
method
-
getMethod
Get method- Returns:
- method
-
setMethod
-
uri
-
getUri
Get uri- Returns:
- uri
-
setUri
-
equals
-
hashCode
public int hashCode() -
toString
-