Ueberauth.Strategy.Xero (Üeberauth Xero v0.2.0)
Xero Strategy for Überauth. See https://developer.xero.com/documentation/guides/oauth2/auth-flow
Link to this section Summary
Functions
Callback implementation for Ueberauth.Strategy.credentials/1
.
Decodes the given token.
Callback implementation for Ueberauth.Strategy.default_options/0
.
Callback implementation for Ueberauth.Strategy.extra/1
.
Handles the callback from Xero.
Callback implementation for Ueberauth.Strategy.handle_cleanup!/1
.
Callback implementation for Ueberauth.Strategy.handle_request!/1
.
Callback implementation for Ueberauth.Strategy.info/1
.
Fetches the uid field from the response.
Link to this section Functions
credentials(conn)
Callback implementation for Ueberauth.Strategy.credentials/1
.
decode_token(token)
Decodes the given token.
default_options()
Callback implementation for Ueberauth.Strategy.default_options/0
.
extra(conn)
Callback implementation for Ueberauth.Strategy.extra/1
.
handle_callback!(conn)
Handles the callback from Xero.
handle_cleanup!(conn)
Callback implementation for Ueberauth.Strategy.handle_cleanup!/1
.
handle_request!(conn)
Callback implementation for Ueberauth.Strategy.handle_request!/1
.
info(conn)
Callback implementation for Ueberauth.Strategy.info/1
.
uid(conn)
Fetches the uid field from the response.