IOAuth2Application class abstract

Implemented types
Implementers

Constructors

IOAuth2Application()

Properties

createdAt DateTime
Gets creation timestamp included in Snowflake
no setterinherited
description String
The app's description.
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
rpcOrigins List<String>?
The app's RPC origins.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

iconUrl({String format = "png", int size = 512}) String?
Returns url to apps 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