25#include "AuthenticationApi.h"
26#include "ErrorResponse.h"
29namespace authentication {
30class SignOutResultImpl;
59 int GetStatus() const;
76 friend class AuthenticationClientImpl;
81 std::shared_ptr<SignOutResultImpl> impl_;
A response to your sign-out operation.
Definition SignOutResult.h:40
virtual ~SignOutResult()
A default destructor.
SignOutResult() noexcept
A default constructor.
std::list< ErrorField > ErrorFields
The list of the ErrorField objects.
Definition ErrorResponse.h:72
Rules all the other namespaces.
Definition AppleSignInProperties.h:24
Detailed descriptions of errors returned as a response to an authentication operation.
Definition ErrorResponse.h:36