9 #ifndef _RMS_LIB_IAUTHENTICATIONCALLBACK_H_
10 #define _RMS_LIB_IAUTHENTICATIONCALLBACK_H_
14 #include "AuthenticationParameters.h"
15 #include "ModernAPIExport.h"
34 std::shared_ptr<AuthenticationParameters>& authenticationParameters) = 0;
39 #endif // _RMS_LIB_IAUTHENTICATIONCALLBACK_H_
Definition: AuthenticationCallbackImpl.h:16
virtual std::string GetToken(std::shared_ptr< AuthenticationParameters > &authenticationParameters)=0
Override to return an access token clients can attach to outbound API calls.
Implement this interface to provide an approach for getting an OAuth access token.
Definition: IAuthenticationCallback.h:25