Struct steamworks::AuthSessionTicketResponse [] [src]

pub struct AuthSessionTicketResponse {
    pub ticket: AuthTicket,
    pub result: SResult<()>,
}

Called when generating a authentication session ticket.

This can be used to verify the ticket was created successfully.

Fields

The ticket in question

The result of generating the ticket

Trait Implementations

impl Debug for AuthSessionTicketResponse
[src]

[src]

Formats the value using the given formatter.

impl Callback for AuthSessionTicketResponse
[src]

[src]

[src]

[src]