This data structure is part of the Auth Interface.
Intermediate data needed to complete account restriction verification during login flow, returned by EOS_Auth_LoginCallbackInfo when the ResultCode is EOS_Auth_AccountFeatureRestricted
The URI inside should be exposed to the user for entry in a web browser. The URI must be copied out of this struct before completion of the callback.
Properties
EOS_Auth_AccountFeatureRestrictedInfo
Property
|
Value
|
int32_t ApiVersion
|
API Version: Set this to EOS_AUTH_ACCOUNTFEATURERESTRICTEDINFO_API_LATEST.
|
const char* VerificationURI
|
The end-user verification URI. Users must be asked to open the page in a browser to address the restrictions
|
This data structure is part of the Auth Interface.
Intermediate data needed to complete account restriction verification during login flow, returned by {LoginCallbackInfo} when the ResultCode is {Result.AuthAccountFeatureRestricted}
The URI inside should be exposed to the user for entry in a web browser. The URI must be copied out of this struct before completion of the callback.
Properties
Auth.AccountFeatureRestrictedInfo
Property
|
Value
|
int ApiVersion
|
API Version: Set this to EOS_AUTH_ACCOUNTFEATURERESTRICTEDINFO_API_LATEST.
|
string VerificationURI
|
The end-user verification URI. Users must be asked to open the page in a browser to address the restrictions
|
Was this document useful?
Thank you for the response!
You’ve marked this document as useful:
yes
You’ve marked this document as not useful:
no