pub type EOS_Connect_Credentials = _tagEOS_Connect_Credentials;Expand description
A structure that contains external login credentials.
This is part of the input structure EOS_Connect_LoginOptions.
@see EOS_EExternalCredentialType @see EOS_Connect_Login
Aliased Type§
#[repr(C)]pub struct EOS_Connect_Credentials {
pub ApiVersion: i32,
pub Token: *const i8,
pub Type: i32,
}Fields§
§ApiVersion: i32API Version: Set this to EOS_CONNECT_CREDENTIALS_API_LATEST.
Token: *const i8External token associated with the user logging in.
Type: i32Type of external login; identifies the auth method to use.