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] |
|
inline |
Retrieves the JSON Web Key Set (JWKS) asynchronously.
| callback | The callback to receive the result containing the JWKS. |