Struct steamworks::ValidateAuthTicketResponse[][src]

pub struct ValidateAuthTicketResponse {
    pub steam_id: SteamId,
    pub response: Result<(), AuthSessionValidateError>,
    pub owner_steam_id: SteamId,
}
Expand description

Called when an authentication ticket has been validated.

Fields

steam_id: SteamId

The steam id of the entity that provided the ticket

response: Result<(), AuthSessionValidateError>

The result of the validation

owner_steam_id: SteamId

The steam id of the owner of the game. Differs from steam_id if the game is borrowed.

Trait Implementations

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.