object Scope extends StringEnum[Scope]
- Source
- OAuth.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Scope
- StringEnum
- ValueEnum
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final macro def findValues: IndexedSeq[Scope]
- Attributes
- protected
- Definition Classes
- StringEnum
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def values: IndexedSeq[Scope]
- Definition Classes
- Scope → ValueEnum
- final lazy val valuesToEntriesMap: Map[String, Scope]
- Definition Classes
- ValueEnum
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- def withValue(i: String): Scope
- Definition Classes
- ValueEnum
- Annotations
- @SuppressWarnings()
- def withValueEither(i: String): Either[NoSuchMember[String, ValueEnumEntry[String]], Scope]
- Definition Classes
- ValueEnum
- def withValueOpt(i: String): Option[Scope]
- Definition Classes
- ValueEnum
- case object ActivitiesRead extends Scope with Product with Serializable
- case object ActivitiesWrite extends Scope with Product with Serializable
- case object ApplicationsBuildsRead extends Scope with Product with Serializable
- case object ApplicationsBuildsUpload extends Scope with Product with Serializable
- case object ApplicationsCommands extends Scope with Product with Serializable
- case object ApplicationsCommandsUpdate extends Scope with Product with Serializable
- case object ApplicationsEntitlements extends Scope with Product with Serializable
- case object ApplicationsStoreUpdate extends Scope with Product with Serializable
- case object Bot extends Scope with Product with Serializable
- case object Connections extends Scope with Product with Serializable
- case object Email extends Scope with Product with Serializable
- case object GDMJoin extends Scope with Product with Serializable
- case object Guilds extends Scope with Product with Serializable
- case object GuildsJoin extends Scope with Product with Serializable
- case object Identify extends Scope with Product with Serializable
- case object MessagesRead extends Scope with Product with Serializable
- case object RelationshipsRead extends Scope with Product with Serializable
- case object Rpc extends Scope with Product with Serializable
- case object RpcActivitiesWrite extends Scope with Product with Serializable
- case object RpcNotificationsRead extends Scope with Product with Serializable
- case object RpcVoiceRead extends Scope with Product with Serializable
- case object RpcWriteRead extends Scope with Product with Serializable
- case object WebhookIncoming extends Scope with Product with Serializable