OAuth2ApiOptions constructor

OAuth2ApiOptions({
  1. required Credentials credentials,
  2. String userAgent = defaultUserAgent,
})

Create a new OAuth2ApiOptions.

Implementation

OAuth2ApiOptions({required this.credentials, super.userAgent});