OAuth2Application class

An OAuth2 application.

Inheritance
Implementers

Properties

createdAt DateTime
Gets creation timestamp included in Snowflake
no setterinherited
description String
The app's description.
latefinal
hashCode int
The hash code for this object.
no setterinherited
icon String?
The app's icon hash.
latefinal
id Snowflake
ID of entity as Snowflake
finalinherited
name String
The app's name.
latefinal
rpcOrigins List<String>?
The app's RPC origins.
latefinal
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
Returns a string representation of this object.
override

Operators

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