GoogleAuthFlow

com.malliina.web.GoogleAuthFlow
See theGoogleAuthFlow companion class

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def apply[F[_] : Sync](conf: AuthCodeConf[F]): GoogleAuthFlow[F]
def apply[F[_] : Sync](creds: AuthConf, http: HttpClient[F]): GoogleAuthFlow[F]
def conf[F[_] : Sync](creds: AuthConf, http: HttpClient[F]): AuthCodeConf[F]
def keyClient[F[_] : Sync](clientIds: Seq[ClientId], http: HttpClient[F]): KeyClient[F]

Concrete fields

val knownUrlGoogle: FullUrl