auth

@get:Input
@get:Optional
abstract val auth: Property<String>

Base64 authentication string when authenticating with the registry. Either authToken, auth or username + password should be provided.