basicAuthConfig

@JvmName(name = "ocgwiycvkbhmbdsj")
suspend fun basicAuthConfig(value: Output<BranchBasicAuthConfigArgs>)
@JvmName(name = "bxirbhcqpxssrqrp")
suspend fun basicAuthConfig(value: BranchBasicAuthConfigArgs?)

Parameters

value

The basic authorization credentials for a branch of an Amplify app. You must base64-encode the authorization credentials and provide them in the format user:password .


@JvmName(name = "ngcuiyqwxwqevwug")
suspend fun basicAuthConfig(argument: suspend BranchBasicAuthConfigArgsBuilder.() -> Unit)

Parameters

argument

The basic authorization credentials for a branch of an Amplify app. You must base64-encode the authorization credentials and provide them in the format user:password .