11 lines
No EOL
177 B
C#
11 lines
No EOL
177 B
C#
namespace VRCAuthProxy.types;
|
|
|
|
public struct TotpVerifyResponse
|
|
{
|
|
public bool verified { get; set; }
|
|
}
|
|
|
|
public struct User
|
|
{
|
|
public string displayName { get; set; }
|
|
} |