ApiAuthMode

data class ApiAuthMode(val authType: ApiAuthenticationType? = null)

An auth mode.

Constructors

Link copied to clipboard
constructor(authType: ApiAuthenticationType? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard