Skip to main content

EOS_Connect_Credentials

Type Alias EOS_Connect_Credentials 

Source
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 u8, pub Type: i32, }

Fields§

§ApiVersion: i32

API Version: Set this to EOS_CONNECT_CREDENTIALS_API_LATEST.

§Token: *const u8

External token associated with the user logging in.

§Type: i32

Type of external login; identifies the auth method to use.