Ueberauth Stripe Strategy v0.1.0 Ueberauth.Strategy.Stripe.OAuth View Source

OAuth2 for Stripe.

Add client_id and client_secret to your configuration:

config :ueberauth, Ueberauth.Strategy.Stripe.OAuth, client_id: System.get_env(“STRIPE_APP_ID”),

Link to this section Summary

Functions

Provides the authorize url for the request phase of Ueberauth. No need to call this usually

Construct a client for requests to Stripe

Link to this section Functions

Link to this function authorize_url(client, params) View Source
Link to this function authorize_url!(params \\ [], opts \\ []) View Source

Provides the authorize url for the request phase of Ueberauth. No need to call this usually.

Construct a client for requests to Stripe.

This will be setup automatically for you in Ueberauth.Strategy.Stripe. These options are only useful for usage outside the normal callback phase of Ueberauth.

Link to this function get_token(client, params, headers) View Source
Link to this function get_token!(params \\ [], opts \\ []) View Source