SCOPES constant

List<String> const SCOPES

List of required OAuth2 scopes for Pub/Sub operation.

Implementation

// ignore: constant_identifier_names
static const SCOPES = [pubsub.PubsubApi.pubsubScope];