ClientCredentials

final case class ClientCredentials(tokenUri: Uri, clientId: String, clientSecret: String, scopes: List[String], cdfProjectName: String, audience: Option[String])
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def getAuth[F[_]](refreshSecondsBeforeExpiration: Long)(implicit F: Async[F], clock: Clock[F], sttpBackend: SttpBackend[F, Any]): F[TokenState]

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product