GoogleOAuth2

gcp4s.auth.GoogleOAuth2
See theGoogleOAuth2 companion object
trait GoogleOAuth2[F[_]]

Attributes

Companion:
object
Source:
GoogleOAuth2.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Abstract methods

def getAccessToken(clientEmail: String, privateKey: ByteVector, scopes: Seq[String]): F[AccessToken]

Attributes

Source:
GoogleOAuth2.scala