View Source MishkaSocial.Auth.Strategy (Mishka Social v0.0.1)

Link to this section Summary

Functions

Returns a specification to start this module under a supervisor.

Callback implementation for GenServer.init/1.

Link to this section Types

@type social() :: :google | :github | :facebook | :twitter | :apple
@type t() :: %MishkaSocial.Auth.Strategy{
  callback: map(),
  conn: Plug.Conn.t(),
  endpoint: String.t(),
  id: social()
}

Link to this section Functions