V3CustomDomainAuthConfig

data class V3CustomDomainAuthConfig(val authInfo: String? = null, val authType: String? = null)

Constructors

Link copied to clipboard
constructor(authInfo: String? = null, authType: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val authInfo: String? = null

Authentication Information

Link copied to clipboard
val authType: String? = null

Authentication type. anonymous, function, or jwt.