Tiger.Structs.Connect (tiger v0.3.0)

Convenience Struct for showing a connect response

Link to this section Summary

Link to this section Types

Specs

t() :: %Tiger.Structs.Connect{
  access_token: String.t(),
  livemode: boolean(),
  refresh_token: String.t(),
  scope: String.t(),
  stripe_publishable_key: String.t(),
  stripe_user_id: String.t(),
  token_type: String.t()
}