#[repr(C)]pub struct _tagEOS_Auth_DeletePersistentAuthOptions {
pub ApiVersion: i32,
pub RefreshToken: *const c_char,
}Expand description
Input parameters for the EOS_Auth_DeletePersistentAuth function.
Fields§
§ApiVersion: i32API Version: Set this to EOS_AUTH_DELETEPERSISTENTAUTH_API_LATEST.
RefreshToken: *const c_charA long-lived refresh token that is used with the EOS_LCT_PersistentAuth login type and is to be revoked from the authentication server. Only used on Console platforms. On Desktop and Mobile platforms, set this parameter to NULL.
Trait Implementations§
Source§impl Clone for _tagEOS_Auth_DeletePersistentAuthOptions
impl Clone for _tagEOS_Auth_DeletePersistentAuthOptions
Source§fn clone(&self) -> _tagEOS_Auth_DeletePersistentAuthOptions
fn clone(&self) -> _tagEOS_Auth_DeletePersistentAuthOptions
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for _tagEOS_Auth_DeletePersistentAuthOptions
Auto Trait Implementations§
impl Freeze for _tagEOS_Auth_DeletePersistentAuthOptions
impl RefUnwindSafe for _tagEOS_Auth_DeletePersistentAuthOptions
impl !Send for _tagEOS_Auth_DeletePersistentAuthOptions
impl !Sync for _tagEOS_Auth_DeletePersistentAuthOptions
impl Unpin for _tagEOS_Auth_DeletePersistentAuthOptions
impl UnsafeUnpin for _tagEOS_Auth_DeletePersistentAuthOptions
impl UnwindSafe for _tagEOS_Auth_DeletePersistentAuthOptions
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more