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-08-09T14:20:25.727262-05:00[America/Chicago]",
comments="Generator version: 7.7.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 [HTTP Basic
Authentication](/books/api-security/authn/api-authentication-options/#http-basic-authentication).
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
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
-
setKey
-
type
-
getType
-
setType
-
value
-
getValue
-
setValue
-
equals
-
hashCode
-
toString
-