getOAuthAuthorization method
Implementation
Future<Map> getOAuthAuthorization(
String token,
String clientId,
String redirectUri,
String responseType,
String scope,
String? codeChallenge,
String? codeChallengeMethod,
String? state) {
throw UnimplementedError(
"Get OAuth Authorization has not been implemented");
}