|
Longbridge OpenAPI C++ SDK
|
#include <oauth.hpp>
Public Member Functions | |
| OAuth (lb_oauth_t *oauth) | |
| OAuth (const OAuth &other) | |
| OAuth (OAuth &&other) | |
| OAuth & | operator= (const OAuth &other) |
| OAuth & | operator= (OAuth &&other) |
| ~OAuth () | |
| operator const lb_oauth_t * () const | |
OAuth 2.0 client (opaque handle)
Copyable: copy increments the internal Arc reference count via lb_oauth_clone. Always freed on destruction via lb_oauth_free.
|
explicit |
| longbridge::OAuth::OAuth | ( | const OAuth & | other | ) |
| longbridge::OAuth::OAuth | ( | OAuth && | other | ) |
| longbridge::OAuth::~OAuth | ( | ) |
|
inline |