26 #include "AuthenticationApi.h"
27 #include "SignInResult.h"
30 namespace authentication {
31 class SignInUserResultImpl;
58 const std::
string& GetTermAcceptanceToken() const;
67 const std::
string& GetTermsOfServiceUrl() const;
77 const std::
string& GetTermsOfServiceUrlJson() const;
86 const std::
string& GetPrivatePolicyUrl() const;
95 const std::
string& GetPrivatePolicyUrlJson() const;
98 friend class AuthenticationClientImpl;
103 std::shared_ptr<SignInUserResultImpl> impl_;
A response to a client or user sign-in operation.
Definition: SignInResult.h:37
A response to your sign-in operation.
Definition: SignInUserResult.h:40
~SignInUserResult() override
A default destructor.
SignInUserResult() noexcept
A default constructor.
Rules all the other namespaces.
Definition: AppleSignInProperties.h:24