BrokerAuthenticatorMethodCustomResponse

data class BrokerAuthenticatorMethodCustomResponse(val auth: BrokerAuthenticatorCustomAuthResponse? = null, val caCertConfigMap: String? = null, val endpoint: String, val headers: Map<String, String>? = null)

Custom method for BrokerAuthentication

Constructors

Link copied to clipboard
constructor(auth: BrokerAuthenticatorCustomAuthResponse? = null, caCertConfigMap: String? = null, endpoint: String, headers: Map<String, String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Optional authentication needed for authenticating with the custom authentication server.

Link copied to clipboard
val caCertConfigMap: String? = null

Optional CA certificate for validating the custom authentication server's certificate.

Link copied to clipboard

Endpoint of the custom authentication server. Must be an HTTPS endpoint.

Link copied to clipboard
val headers: Map<String, String>? = null

Additional HTTP headers to pass to the custom authentication server.