getOAuthTokens property

({String? accessToken, List<String>? scopes})? Function() getOAuthTokens
final

Get OAuth tokens.

Implementation

final ({String? accessToken, List<String>? scopes})? Function()
getOAuthTokens;