RMS SDK for C++
0.2.1
A client library for using Microsoft RMS from Linux.
|
Authentication callback implementation. More...
#include <IAuthenticationCallbackImpl.h>
Public Member Functions | |
virtual bool | NeedsChallenge () const =0 |
Gets the state of the need for auth challenge. | |
virtual std::string | GetAccessToken (const AuthenticationChallenge &challenge)=0 |
Method for acquiring the access token. More... | |
Authentication callback implementation.
|
pure virtual |
Method for acquiring the access token.
challenge | Pointer to auth information. |
Implemented in rmscore::modernapi::AuthenticationCallbackImpl.