ueberauth_eventbrite v0.0.1 Ueberauth.Strategy.Eventbrite View Source
Eventbrite Strategy for Üeberauth.
Link to this section Summary
Functions
Includes the credentials from response
Stores the raw information (including the token) obtained from callback
Handles initial request for Eventbrite authentication
Fetches the fields to populate the info section of the Ueberauth.Auth
struct
Fetches the uid field from the response
Link to this section Functions
Link to this function
auth(conn) View Source
Link to this function
credentials(conn) View Source
Includes the credentials from response.
Link to this function
default_options() View Source
Link to this function
extra(conn) View Source
Stores the raw information (including the token) obtained from callback.
Link to this function
handle_request!(conn) View Source
Handles initial request for Eventbrite authentication.
Link to this function
info(conn) View Source
Fetches the fields to populate the info section of the Ueberauth.Auth
struct.
Link to this function
uid(conn) View Source
Fetches the uid field from the response.