Flow.clientCredentials constructor

Flow.clientCredentials(
  1. Client client, {
  2. List<String> scopes = const [],
})

Implementation

Flow.clientCredentials(Client client, {List<String> scopes = const []})
    : this._(FlowType.clientCredentials, 'token', client, scopes: scopes);