Identity Provider (IdP) Information It contains the UserId of the associated Identity Provider. More...
#include <HIVE_AuthV4.h>
Static Public Member Functions | |
| static std::string | stringProviderType (hive::ProviderType providerType) |
| Provider type으로 string 값을 얻어온다. More... | |
| static hive::ProviderType | providerTypeFromString (const std::string typeString) |
| Provider string값으로 type을 얻어온다. More... | |
Public Attributes | |
| hive::ProviderType | providerType |
| Provider의 type. | |
| std::string | providerUserId |
| < Provider의 이름. More... | |
| std::string | providerEmail |
| Provider의 사용자 email (optional) | |
Identity Provider (IdP) Information It contains the UserId of the associated Identity Provider.
If there is no providerUserId, it is not connected.
If you are using Provider auto-login (implicit login), also check providerUserId in the result of signIn(Provider) call.
providerType : Current Provider Type
providerName : Current Provider Name providerUserId : Provider's Unique User ID (It is not PlayerID)