Skip to main content

user-role-properties

rawValue

public let rawValue: String

user

This is the default role assigned to any user.

static let user 

admin

This role allows users to perform more advanced actions. This role should be granted only to staff users

static let admin 

guest

A user that connected using guest user authentication.

static let guest 

anonymous

A user that connected using anonymous authentication.

static let anonymous

Did you find this page helpful?