IOAuth2Application class abstract

Implemented types
Implementers

Constructors

IOAuth2Application()

Properties

client INyxx
Reference to INyxx.
no setter
coverImage String?
The app's cover hash.
no setter
createdAt DateTime
Gets creation timestamp included in Snowflake
no setterinherited
description String
The app's description.
no setter
guildId Snowflake?
If this application is a game sold on Discord, this field will be the guild to which it has been linked.
no setter
hashCode int
The hash code for this object.
no setterinherited
icon String?
The app's icon hash.
no setter
id Snowflake
ID of entity as Snowflake
finalinherited
name String
The app's name.
no setter
primarySkuId Snowflake?
If this application is a game sold on Discord, this field will be the id of the "Game SKU" that is created, if exists.
no setter
privacyPolicyUrl String?
The url of the app's privacy policy.
no setter
rpcOrigins List<String>?
The app's RPC origins.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
slug String?
If this application is a game sold on Discord, this field will be the URL slug that links to the store page.
no setter
team IAppTeam?
If the application belongs to a team, this will be a list of the members of that team.
no setter
termsOfServiceUrl String?
The url of the app's terms of service.
no setter
verifyKey String
The hex encoded key for verification in interactions and the GameSDK's GetTicket
no setter

Methods

coverImageUrl({String format = 'webp', int? size}) String?
Returns the cover image URL of the app.
iconUrl({String format = 'webp', int? size}) String?
Returns URL to app's icon.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(dynamic other) bool
The equality operator.
inherited