RMS SDK for C++  0.2.1
A client library for using Microsoft RMS from Linux.
Public Member Functions | List of all members
rmscore::modernapi::IAuthenticationCallbackImpl Class Referenceabstract

Authentication callback implementation. More...

#include <IAuthenticationCallbackImpl.h>

Inheritance diagram for rmscore::modernapi::IAuthenticationCallbackImpl:
rmscore::modernapi::AuthenticationCallbackImpl

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...
 

Detailed Description

Authentication callback implementation.

Member Function Documentation

virtual std::string rmscore::modernapi::IAuthenticationCallbackImpl::GetAccessToken ( const AuthenticationChallenge challenge)
pure virtual

Method for acquiring the access token.

Parameters
challengePointer to auth information.
Returns
Returns the access token.

Implemented in rmscore::modernapi::AuthenticationCallbackImpl.


The documentation for this class was generated from the following file: