Loading...
Searching...
No Matches
AccelByte.Server.DedicatedServer Class Reference

Public Member Functions

 DedicatedServer (ServerOauthLoginSession inSession, CoroutineRunner inCoroutineRunner)
void LoginWithClientCredentials (ResultCallback callback)
 Login as an application (client) with client credentials.
void GetJwks (ResultCallback< JwkSet > callback)
 Retrieves the JSON Web Key Set (JWKS) asynchronously.
void Logout (ResultCallback callback)
 Logout from current session.

Properties

ISession Session [get]

Member Function Documentation

◆ GetJwks()

void AccelByte.Server.DedicatedServer.GetJwks ( ResultCallback< JwkSet > callback)
inline

Retrieves the JSON Web Key Set (JWKS) asynchronously.

Parameters
callbackThe callback to receive the result containing the JWKS.