Okta.Sdk.Model.EventHookChannelConfigAuthScheme

October 22, 2025 ยท View on GitHub

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=.

Properties

NameTypeDescriptionNotes
KeystringThe name for the authorization header[optional]
TypeEventHookChannelConfigAuthSchemeType[optional]
ValuestringThe header value. This secret key is passed to your external service endpoint for security verification. This property is not returned in the response.[optional]

[Back to Model list] [Back to API list] [Back to README]