beginAuthSession method

EBeginAuthSessionResult beginAuthSession(
  1. Pointer<Void> pAuthTicket,
  2. int cbAuthTicket,
  3. CSteamId steamId
)

Implementation

EBeginAuthSessionResult beginAuthSession(
  Pointer<Void> pAuthTicket,
  int cbAuthTicket,
  CSteamId steamId,
) =>
    EBeginAuthSessionResult.fromValue(
      _beginAuthSession.call(
        this,
        pAuthTicket,
        cbAuthTicket,
        steamId,
      ),
    );