hipchat_elixir v0.4.0 Hipchat.OauthClient View Source
Client struct module for OAuth Token API.
Use this client and request to Token API (e.g. Hipchat.V2.Oauth.generate_token/2)
to retrieve Add-on token or User token.
Link to this section Summary
Functions
Generate OauthClient struct
Link to this section Types
Link to this section Functions
Generate OauthClient struct.
client_id and client_secret must be retrieved and stored on Add-on server per installation,
during Add-on Installation Flow.
For hackney_opts, see here for details.