ServiceAccountCredentials

gcp4s.auth.ServiceAccountCredentials$

Attributes

Source
GoogleCredentials.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def apply[F[_]](oauth2: GoogleOAuth2[F], projectId: String, clientEmail: String, privateKey: ByteVector, scopes: Seq[String])(using evidence$4: Concurrent[F], evidence$5: Clock[F]): F[GoogleCredentials[F]]

Attributes

Source
GoogleCredentials.scala
def apply[F[_]](oauth2: GoogleOAuth2[F], projectId: String, clientEmail: String, privateKey: String, scopes: Seq[String])(using evidence$6: Concurrent[F], evidence$7: Clock[F]): F[GoogleCredentials[F]]

Attributes

Source
GoogleCredentials.scala