Struct steamworks::ValidateAuthTicketResponse [] [src]

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

Called when an authentication ticket has been validated.

Fields

The steam id of the entity that provided the ticket

The result of the validation

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

Trait Implementations

impl Debug for ValidateAuthTicketResponse
[src]

[src]

Formats the value using the given formatter.

impl Callback for ValidateAuthTicketResponse
[src]

[src]

[src]

[src]