Enumeration OAuthAuthorizeScope

Scopes that are supported via the authorize endpoint.

(Source)

Enumeration Members

CHAT_WRITE: "chat.write"

Allows sending chat messages on a user's behalf.

DELEGATE: "delegate"

Allows acting as the owner of a client; only available for Client Credentials Grant.

FORUM_WRITE: "forum.write"

Allows creating and editing forum posts on a user's behalf.

FRIENDS_READ: "friends.read"

Allows reading of the user's friend list.

IDENTIFY: "identify"

Allows reading of the public profile of the user (/me).

PUBLIC: "public"

Allows reading of publicly available data on behalf of the user.

Generated using TypeDoc