Trait IXblIdpAuthTokenResult_Impl
pub trait IXblIdpAuthTokenResult_Impl: IUnknownImpl {
Show 20 methods
// Required methods
fn GetStatus(&self) -> Result<XBL_IDP_AUTH_TOKEN_STATUS>;
fn GetErrorCode(&self) -> Result<HRESULT>;
fn GetToken(&self) -> Result<PWSTR>;
fn GetSignature(&self) -> Result<PWSTR>;
fn GetSandbox(&self) -> Result<PWSTR>;
fn GetEnvironment(&self) -> Result<PWSTR>;
fn GetMsaAccountId(&self) -> Result<PWSTR>;
fn GetXuid(&self) -> Result<PWSTR>;
fn GetGamertag(&self) -> Result<PWSTR>;
fn GetAgeGroup(&self) -> Result<PWSTR>;
fn GetPrivileges(&self) -> Result<PWSTR>;
fn GetMsaTarget(&self) -> Result<PWSTR>;
fn GetMsaPolicy(&self) -> Result<PWSTR>;
fn GetMsaAppId(&self) -> Result<PWSTR>;
fn GetRedirect(&self) -> Result<PWSTR>;
fn GetMessage(&self) -> Result<PWSTR>;
fn GetHelpId(&self) -> Result<PWSTR>;
fn GetEnforcementBans(&self) -> Result<PWSTR>;
fn GetRestrictions(&self) -> Result<PWSTR>;
fn GetTitleRestrictions(&self) -> Result<PWSTR>;
}
Required Methods§
fn GetStatus(&self) -> Result<XBL_IDP_AUTH_TOKEN_STATUS>
fn GetErrorCode(&self) -> Result<HRESULT>
fn GetToken(&self) -> Result<PWSTR>
fn GetSignature(&self) -> Result<PWSTR>
fn GetSandbox(&self) -> Result<PWSTR>
fn GetEnvironment(&self) -> Result<PWSTR>
fn GetMsaAccountId(&self) -> Result<PWSTR>
fn GetXuid(&self) -> Result<PWSTR>
fn GetGamertag(&self) -> Result<PWSTR>
fn GetAgeGroup(&self) -> Result<PWSTR>
fn GetPrivileges(&self) -> Result<PWSTR>
fn GetMsaTarget(&self) -> Result<PWSTR>
fn GetMsaPolicy(&self) -> Result<PWSTR>
fn GetMsaAppId(&self) -> Result<PWSTR>
fn GetRedirect(&self) -> Result<PWSTR>
fn GetMessage(&self) -> Result<PWSTR>
fn GetHelpId(&self) -> Result<PWSTR>
fn GetEnforcementBans(&self) -> Result<PWSTR>
fn GetRestrictions(&self) -> Result<PWSTR>
fn GetTitleRestrictions(&self) -> Result<PWSTR>
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.