guests static method

String guests()

Grants access to any guest user without a session.

Authenticated users don't have access to this role.

Implementation

static String guests() {
  return 'guests';
}