EOS_Auth_LoginOptions

EOS API reference page for EOS_Auth_LoginOptions

1分で読めます

This data structure is part of the Auth Interface.

Remarks

Input parameters for the EOS_Auth_Login function.

Properties

EOS_Auth_LoginOptions

PropertyValue
int32_t ApiVersionAPI Version: Set this to EOS_AUTH_LOGIN_API_LATEST.
const EOS_Auth_Credentials* CredentialsCredentials specified for a given login method.
EOS_EAuthScopeFlags ScopeFlagsAuth 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 LoginFlagsOptional flags for the desired login behavior, e.g. EOS_LF_NO_USER_INTERFACE. This is a bitwise-or union of the defined flags.