ParticipantGrant.api constructor

ParticipantGrant.api(
  1. ApiScope scope
)

Convenience for creating an API grant.

Implementation

factory ParticipantGrant.api(ApiScope scope) => ParticipantGrant(name: 'api', scope: scope);