Appearance
@loontail/minecraft-kit / LaunchAuth
Type Alias: LaunchAuth
ts
type LaunchAuth = OfflineAuth | OnlineAuth;Defined in: src/types/auth.ts:75
Auth shape consumed by kit.launch.compose. Either an OfflineAuth or OnlineAuth.