pub type EOS_Platform_ClientCredentials = _tagEOS_Platform_ClientCredentials;Expand description
Client credentials.
Aliased Type§
#[repr(C)]pub struct EOS_Platform_ClientCredentials {
pub ClientId: *const i8,
pub ClientSecret: *const i8,
}Fields§
§ClientId: *const i8Client ID of the service permissions entry. Set to NULL if no service permissions are used. Max length is EOS_PLATFORM_CLIENTCREDENTIALS_CLIENTID_MAX_LENGTH.
ClientSecret: *const i8Client secret for accessing the set of permissions. Set to NULL if no service permissions are used. Max length is EOS_PLATFORM_CLIENTCREDENTIALS_CLIENTSECRET_MAX_LENGTH.