Package com.okta.sdk.resource.model
Class EventHookChannelConfigAuthScheme
java.lang.Object
com.okta.sdk.resource.model.EventHookChannelConfigAuthScheme
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-09-23T08:35:59.300824-05:00[America/Chicago]",
comments="Generator version: 7.8.0")
public class EventHookChannelConfigAuthScheme
extends Object
implements Serializable
The authentication scheme used for this request. To use Basic Auth for authentication, set `type` to
`HEADER`, `key` to `Authorization`, and `value` to the Base64-encoded string
of \"username:password\". Ensure that you include the scheme (including space) as part of the
`value` parameter. For example, `Basic YWRtaW46c3VwZXJzZWNyZXQ=`.
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
JSON_PROPERTY_KEY
- See Also:
-
JSON_PROPERTY_TYPE
- See Also:
-
JSON_PROPERTY_VALUE
- See Also:
-
-
Constructor Details
-
EventHookChannelConfigAuthScheme
public EventHookChannelConfigAuthScheme()
-
-
Method Details
-
key
-
getKey
The name for the authorization header- Returns:
- key
-
setKey
-
type
-
getType
Get type- Returns:
- type
-
setType
-
value
-
getValue
The header value. This secret key is passed to your external service endpoint for security verification. This property is not returned in the response.- Returns:
- value
-
setValue
-
equals
-
hashCode
public int hashCode() -
toString
-