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
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.