|
10Duke Enterprise C++ SDK
|
#include <OAuthClientConfiguration.h>
Builder for the configuration.
Public Member Functions | |
| Builder (const OAuthFlow flow) | |
| Constructs new instance. | |
| Builder & | clientId (const std::string &pClientId) |
| Fluent sets the OAuth client id. | |
| Builder & | redirectURI (const std::string &pRedirectURI) |
| Fluently sets redirect URI. | |
| Builder & | clientSecret (const std::string &pClientSecret) |
| Fluently sets client secret. | |
| OAuthClientConfiguration | build () |
| Builds the configuration. | |
|
inlineexplicit |
Constructs new instance.
| flow | - |
|
inline |
Builds the configuration.
|
inline |
Fluent sets the OAuth client id.
| pClientId | - |
|
inline |
Fluently sets client secret.
| pClientSecret |
|
inline |
Fluently sets redirect URI.
| pRedirectURI |