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

ModIO.UserAuthenticationData.NONE

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

public const UserAuthenticationData NONE;

Description

An instance of UserAuthenticationData with zeroed fields.

Initialized Value

new UserAuthenticationData()
        {
            userId = UserProfile.NULL_ID,
            token = null,
        }
Clone this wiki locally