ValidateAuthTicketResponse
Swift
public struct ValidateAuthTicketResponse: Sendable
Steamworks ValidateAuthTicketResponse_t
Topics
var steamID: SteamID
var steamID: SteamID
var authSessionResponse: AuthSessionResponse
var authSessionResponse: AuthSessionResponse
Steamworks m_eAuthSessionResponse
Declaration
Swift
public let authSessionResponse: AuthSessionResponse
var ownerSteamID: SteamID
var ownerSteamID: SteamID
init(steamID: SteamID, authSessionResponse: AuthSessionResponse, ownerSteamID: SteamID)
init(steamID: SteamID, authSessionResponse: AuthSessionResponse, ownerSteamID: SteamID)
Create a customized ValidateAuthTicketResponse
Declaration
Swift
public init(
steamID: SteamID = SteamID(),
authSessionResponse: AuthSessionResponse = .ok,
ownerSteamID: SteamID = SteamID())