Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration UserScopes

Index

Enumeration members

CHANGE_PASSWORD

CHANGE_PASSWORD: = "user:change-password"

CREATE_USER_ACCESS_TOKENS

CREATE_USER_ACCESS_TOKENS: = "user:access-tokens:create"

CREATE_USER_EMAILS

CREATE_USER_EMAILS: = "user:emails:create"

CREATE_USER_IDENTITY

CREATE_USER_IDENTITY: = "user:identities:create"

CREATE_USER_SESSION

CREATE_USER_SESSION: = "user:sessions:create"

DELETE_USER

DELETE_USER: = "user:delete"

DELETE_USER_ACCESS_TOKENS

DELETE_USER_ACCESS_TOKENS: = "user:access-tokens:delete"

DELETE_USER_EMAILS

DELETE_USER_EMAILS: = "user:emails:delete"

DELETE_USER_IDENTITY

DELETE_USER_IDENTITY: = "user:identities:delete"

DELETE_USER_SESSION

DELETE_USER_SESSION: = "user:sessions:delete"

DISABLE_USER_2FA

DISABLE_USER_2FA: = "user:2fa:disable"

ENABLE_USER_2FA

ENABLE_USER_2FA: = "user:2fa:enable"

READ_USER

READ_USER: = "user:read"

READ_USER_ACCESS_TOKENS

READ_USER_ACCESS_TOKENS: = "user:access-tokens:read"

READ_USER_BACKUP_CODES

READ_USER_BACKUP_CODES: = "user:backup-codes:read"

READ_USER_EMAILS

READ_USER_EMAILS: = "user:emails:read"

READ_USER_IDENTITY

READ_USER_IDENTITY: = "user:identities:read"

READ_USER_MEMBERSHIPS

READ_USER_MEMBERSHIPS: = "user:memberships:read"

READ_USER_SESSION

READ_USER_SESSION: = "user:sessions:read"

REGENERATE_USER_BACKUP_CODES

REGENERATE_USER_BACKUP_CODES: = "user:backup-codes:regenerate"

RESEND_USER_EMAIL_VERIFICATION

RESEND_USER_EMAIL_VERIFICATION: = "user:emails:resend-verification"

UPDATE_USER

UPDATE_USER: = "user:update"

UPDATE_USER_ACCESS_TOKENS

UPDATE_USER_ACCESS_TOKENS: = "user:access-tokens:update"

Generated using TypeDoc