This data structure is part of the Auth Interface.
Remarks
Input parameters for the EOS_Auth_Login function.
Properties
EOS_Auth_LoginOptions
Property | Value |
---|---|
int32_t ApiVersion | API Version: Set this to EOS_AUTH_LOGIN_API_LATEST. |
const EOS_Auth_Credentials* Credentials | Credentials specified for a given login method. |
EOS_EAuthScopeFlags ScopeFlags | Auth scope flags are permissions to request from the user while they are logging in. This is a bitwise-or union of EOS_EAuthScopeFlags flags defined above. |
uint64_t LoginFlags | Optional flags for the desired login behavior, e.g. EOS_LF_NO_USER_INTERFACE. This is a bitwise-or union of the defined flags. |