any static method

String any()

Grants access to anyone.

This includes authenticated and unauthenticated users.

Implementation

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