hipchat_elixir v0.5.1 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 httpc_opts, see Hipchat.Httpc.request/5 for details.