ClientScope enum

Inheritance

Constructors

ClientScope(String value)
const

Values

activitiesRead → const ClientScope
const ClientScope('activities.read')
activitiesWrite → const ClientScope
const ClientScope('activities.write')
applicationBuildsRead → const ClientScope
const ClientScope('applications.builds.read')
applicationBuildsUpload → const ClientScope
const ClientScope('applications.builds.upload')
applicationsCommands → const ClientScope
const ClientScope('applications.commands')
applicationsCommandsUpdate → const ClientScope
const ClientScope('applications.commands.update')
applicationsCommandsPermissionsUpdate → const ClientScope
const ClientScope('applications.commands.permissions.update')
applicationEntitlements → const ClientScope
const ClientScope('applications.entitlements')
applicationsStoreUpdate → const ClientScope
const ClientScope('applications.store.update')
bot → const ClientScope
const ClientScope('bot')
connections → const ClientScope
const ClientScope('connections')
dmChannelsRead → const ClientScope
const ClientScope('dm_channels.read')
email → const ClientScope
const ClientScope('email')
gdmJoin → const ClientScope
const ClientScope('gdm.join')
guilds → const ClientScope
const ClientScope('guilds')
guildsJoin → const ClientScope
const ClientScope('guilds.join')
guildsMembersRead → const ClientScope
const ClientScope('guilds.members.read')
identify → const ClientScope
const ClientScope('identify')
messagesRead → const ClientScope
const ClientScope('messages.read')
relationships → const ClientScope
const ClientScope('relationships.read')
roleConnectionsWrite → const ClientScope
const ClientScope('role_connections.write')
rpc → const ClientScope
const ClientScope('rpc')
rpcActivitiesWrite → const ClientScope
const ClientScope('rpc.activities.write')
rpcNotificationsRead → const ClientScope
const ClientScope('rpc.notifications.read')
rpcVoiceRead → const ClientScope
const ClientScope('rpc.voice.read')
rpcVoiceWrite → const ClientScope
const ClientScope('rpc.voice.write')
voice → const ClientScope
const ClientScope('voice')
webhookIncoming → const ClientScope
const ClientScope('webhook.incoming')

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value String
final

Methods

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 ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<ClientScope>
A constant List of the values in this enum, in order of their declaration.