games.atplay.authPlayer

atplay.games

Documentation

main permission-set

No description available.

View raw schema
{
  "key": "literal:self",
  "type": "permission-set",
  "title": "Play games with At Play",
  "detail": "Create game invitations and turns in your public repo, and create or update your player profile.",
  "permissions": [
    {
      "type": "permission",
      "action": [
        "create",
        "update"
      ],
      "resource": "repo",
      "collection": [
        "games.atplay.game.invitation"
      ]
    },
    {
      "type": "permission",
      "action": [
        "create"
      ],
      "resource": "repo",
      "collection": [
        "games.atplay.game.turn"
      ]
    },
    {
      "type": "permission",
      "action": [
        "create",
        "update"
      ],
      "resource": "repo",
      "collection": [
        "games.atplay.player.profile"
      ]
    },
    {
      "lxm": [
        "games.atplay.game.createInvitation",
        "games.atplay.game.createTurn",
        "games.atplay.player.putProfile"
      ],
      "type": "permission",
      "resource": "rpc",
      "inheritAud": true
    }
  ]
}

Lexicon Garden

@