AppBasicAuthConfig

data class AppBasicAuthConfig(val enableBasicAuth: Boolean? = null, val password: String? = null, val username: String? = null)

Constructors

Link copied to clipboard
constructor(enableBasicAuth: Boolean? = null, password: String? = null, username: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Enables basic authorization for the Amplify app's branches.

Link copied to clipboard
val password: String? = null

The password for basic authorization.

Link copied to clipboard
val username: String? = null

The user name for basic authorization.