Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 766 Bytes

oauth_apps.rst

File metadata and controls

30 lines (18 loc) · 766 Bytes

OAuth Applications (oauth_apps)

List all my used OAuth applications.

Auth Scope(s): read

.. py:method:: oauth_apps(passthrough: Optional[Any] = None, req_id: Optional[int] = None) -> int

   :param passthrough: [Optional] Used to pass data through the websocket, which may be retrieved via the `echo_req` output field.
   :type passthrough: Optional[Any]
   :param req_id: [Optional] Used to map request to response.
   :type req_id: Optional[int]
   :returns: req_id
   :rtype: int


Example

binary.api.oauth_apps()
.. seealso::
   * `Binary API Docs for oauth_apps <https://developers.binary.com/api/#oauth_apps>`_