Skip to content
On this page

Type DeveloperOAuthScope

Description

Developer OAuth Scope

Definition

ts
enum DeveloperOAuthScope {
    UserUUIDRead = "user.uuid:read",
    UserNameRead = "user.name:read",
    UserAvatarRead = "user.avatar:read",
}

Released under the MIT License.