Skip to content
This repository has been archived by the owner on Sep 21, 2022. It is now read-only.

ModIO.UserAuthenticationData.token

Jackson Wood edited this page Mar 6, 2019 · 3 revisions

public string token;

Description

User authentication token to send with API requests identifying the user.

This value uniquely identifies the user and their access rights for a specific game or app, and allows the authentication of the user's credentials in update/submission requests to the mod.io servers and query the authenticated user's details.

See Authentication and Security for more information.

See also: ModIO.APIClient.SendSecurityCode, ModIO.APIClient.GetOAuthToken

Clone this wiki locally