Get authorization URL
Future<String> getAuthorizationUrl({ required List<String> scopes, String? state, Map<String, String>? additionalParams, });