We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99d0894 commit c30c405Copy full SHA for c30c405
olp-cpp-sdk-authentication/include/olp/authentication/TokenEndpoint.h
@@ -43,8 +43,8 @@ PORTING_CLANG_GCC_DISABLE_WARNING("-Wdeprecated-declarations")
43
* @brief Corresponds to the token endpoint as specified in the OAuth2.0
44
* specification.
45
*/
46
-class AUTHENTICATION_API AUTHENTICATION_API
47
-OLP_SDK_DEPRECATED("Will be removed in 04.2020") TokenEndpoint {
+class AUTHENTICATION_API OLP_SDK_DEPRECATED("Will be removed in 04.2020")
+ TokenEndpoint {
48
public:
49
/**
50
* @brief Defines the signature used to return the response to the client.
0 commit comments