org.octopusden.octopus.infrastructure.bitbucket.client.BitbucketBearerTokenCredentialProvider.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of bitbucket-client Show documentation
Show all versions of bitbucket-client Show documentation
Octopus module: bitbucket-client
package org.octopusden.octopus.infrastructure.bitbucket.client
class BitbucketBearerTokenCredentialProvider(token: String) :
BitbucketCredentialProvider({ BitbucketBearerTokenRequestInterceptor(token) })