requiredScopes property

List<String>? requiredScopes
final

List of scopes required to call the API that threw this exception. Use this with AuthCodeClient.requestWithAgt to let users agree to providing relevant information.

Implementation

final List<String>? requiredScopes;