![JAR search and dependency download from the Maven repository](/logo.png)
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) })
© 2015 - 2025 Weber Informatics LLC | Privacy Policy