authToken

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

Auth token to use when authenticating with the registry. Either authToken, auth or username + password should be provided. More info