GoogleAuthFlow

class GoogleAuthFlow(conf: AuthCodeConf) extends DiscoveringAuthFlow[Email] with LoginHint[IO]
Companion
object
trait LoginHint[IO]
class DiscoveringAuthFlow[Email]
trait AuthFlow[IO, Verified]
trait FlowStart[IO]
class Object
trait Matchable
class Any

Value members

Concrete methods

override
def parse(validated: Verified): Either[JWTError, Email]
Definition Classes

Inherited methods

def checkNonce(idToken: IdToken, verified: Verified, requestNonce: Option[String]): Either[JWTError, Verified]
Inherited from
DiscoveringAuthFlow
protected
def commonAuthParams(authScope: String, redirectUrl: FullUrl, clientId: ClientId): Map[String, String]
Inherited from
FlowStart
def extraRedirParams(redirectUrl: FullUrl): Map[String, String]
Inherited from
FlowStart
override
def start(redirectUrl: FullUrl, extraParams: Map[String, String]): IO[Start]
Definition Classes
Inherited from
DiscoveringAuthFlow
def startHinted(redirectUrl: FullUrl, loginHint: Option[String], extraParams: Map[String, String]): IO[Start]
Inherited from
LoginHint
override
def validate(code: Code, redirectUrl: FullUrl, requestNonce: Option[String]): IO[Either[AuthError, Verified]]
Inherited from
CallbackValidator

Inherited fields

val brandName: String
Inherited from
DiscoveringAuthFlow
val http: HttpClient[IO]
Inherited from
DiscoveringAuthFlow