DiscoveringAuthFlow

abstract class DiscoveringAuthFlow[F[_], V](codeConf: AuthCodeConf[F])(implicit evidence$1: Sync[F]) extends AuthFlow[F, Verified]
trait AuthFlow[F, Verified]
trait FlowStart[F]
class Object
trait Matchable
class Any
class StandardAuthFlow[F, V]
class EmailAuthFlow[F]

Value members

Abstract methods

def parse(v: Verified): Either[JWTError, V]

Concrete methods

def checkNonce(idToken: IdToken, verified: Verified, requestNonce: Option[String]): Either[JWTError, Verified]
override def start(redirectUrl: FullUrl, extraParams: Map[String, String]): F[Start]
Definition Classes
override def validate(code: Code, redirectUrl: FullUrl, requestNonce: Option[String]): F[Either[AuthError, Verified]]
Definition Classes

Inherited methods

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
Inherited from:
CallbackValidator

Concrete fields

val brandName: String
val http: HttpClient[F]