Skip to content

Client Auth Methods

David O' Rojo edited this page Feb 23, 2015 · 3 revisions

This is a list of all available client methods for managing authorization and access.

  • authorize: Generates the URL to be opened in the browser so the user can authorize the app to use his/her Volabit account.
  • getTokens: Exchanges the authorization code for the access and request tokens.
  • useTokens: Uses provided tokens to access the API.
  • tokens: Provides the tokens currently set on the client.
  • sandbox: Toggles the test environment with a boolean value.

Clone this wiki locally