TokenxOBOTokenProvider

class TokenxOBOTokenProvider(texasUri: URI = URI(requiredConfigForKey("nais.token.exchange.endpoint")), prometheus: MeterRegistry = SimpleMeterRegistry()) : TokenProvider(source)

Constructors

Link copied to clipboard
constructor(texasUri: URI = URI(requiredConfigForKey("nais.token.exchange.endpoint")), prometheus: MeterRegistry = SimpleMeterRegistry())

Functions

Link copied to clipboard
open override fun getToken(scope: String?, currentToken: OidcToken?): OidcToken?