26 #include "AuthenticationApi.h"
27 #include "ErrorResponse.h"
30 namespace authentication {
31 class SignUpResultImpl;
61 int GetStatus() const;
82 const std::
string& GetUserIdentifier() const;
85 friend class AuthenticationClientImpl;
90 std::shared_ptr<SignUpResultImpl> impl_;
A response to the sign-up operation with your HERE Account user ID.
Definition: SignUpResult.h:42
SignUpResult() noexcept
A default constructor.
virtual ~SignUpResult()
A default destructor.
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