Skip to content

Commit ad32022

Browse files
authored
Export TokenProviderImpl class. (#1295)
Despite TokenProviderImpl is for internal use only, its declared in public TokeProvider.h header. Thus, its symbols must be exported to be able to use shared authentication lib. Relates-To: OAM-1387 Signed-off-by: Kostiantyn Zvieriev <[email protected]>
1 parent a11cbfe commit ad32022

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

olp-cpp-sdk-authentication/include/olp/authentication/TokenProvider.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ class TokenProviderPrivate;
4747
/// An implementation of `TokenProvider`.
4848
/// @note This is a private implementation class for internal use only, and not
4949
/// bound to any API stability promises. Please do not use directly.
50-
class TokenProviderImpl {
50+
class AUTHENTICATION_API TokenProviderImpl {
5151
public:
5252
/**
5353
* @brief Creates the `TokenProviderImpl` instance.

0 commit comments

Comments
 (0)