org.octopusden.octopus.infrastructure.client.commons.StandardBearerTokenCredentialProvider.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of client-commons Show documentation
Show all versions of client-commons Show documentation
Octopus module: client-commons
The newest version!
package org.octopusden.octopus.infrastructure.client.commons
class StandardBearerTokenCredentialProvider(token: String) :
CredentialProvider({ StandardBearerTokenRequestInterceptor(token) })