Table of Contents

Class DeleteGuildRequest

Namespace
Fluxer.Net.Rest
Assembly
Fluxer.Net.dll
public class DeleteGuildRequest
Inheritance
object
DeleteGuildRequest

Properties

MfaCode

[JsonProperty("mfa_code")]
public string? MfaCode { get; set; }

Property Value

string

MfaMethod

[JsonProperty("mfa_method")]
public string? MfaMethod { get; set; }

Property Value

string

Password

[JsonProperty("password")]
public string? Password { get; set; }

Property Value

string

WebAuthnChallenge

[JsonProperty("webauthn_challenge")]
public string? WebAuthnChallenge { get; set; }

Property Value

string

WebAuthnResponse

[JsonProperty("webauthn_response")]
public string? WebAuthnResponse { get; set; }

Property Value

string