56 int GetStatus() const;
78 const std::
string& GetFullMessage() const;
86 const std::
string& GetAccessToken() const;
94 const std::
string& GetTokenType() const;
103 const std::
string& GetRefreshToken() const;
111 time_t GetExpiryTime() const;
118 std::chrono::seconds GetExpiresIn() const;
125 const std::
string& GetUserIdentifier() const;
132 const std::
string& GetScope() const;
136 friend class AuthenticationClientImpl;
137 friend class TokenEndpointImpl;
142 std::shared_ptr<SignInResultImpl> impl_;