ServiceAccountCredentials

class Object
trait Matchable
class Any

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]]
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]]