class GitHubAuthFlow(authConf: AuthConf, http: HttpClient[IO]) extends StaticFlowStart with CallbackValidator[Email]
- Companion
- object
trait CallbackValidator[Email]
trait StaticFlowStart
trait FlowStart[IO]
class Object
trait Matchable
class Any
Value members
Inherited methods
protected
def commonAuthParams(authScope: String, redirectUrl: FullUrl, clientId: ClientId): Map[String, String]
- Inherited from
- FlowStart