Table of Contents

Class Application

Namespace
Fluxer.Net
Assembly
Fluxer.Net.dll

Fluxer entity with client attached.

public class Application : PartialApplication, IApplication, IPartialApplication, ISnowflake
Inheritance
object
Application
Implements
Derived
Inherited Members

Properties

Bot

public User Bot { get; }

Property Value

User

RedirectUrls

The registered redirect URIs for OAuth2.

public string[] RedirectUrls { get; }

Property Value

string[]

Remarks

Maximum 20

Methods

Create(FluxerBaseClient, ApplicationJson)

Create a Application object from json.

public static Application Create(FluxerBaseClient client, ApplicationJson json)

Parameters

client FluxerBaseClient
json ApplicationJson

Returns

Application