We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 431e4be + 2042d69 commit 40540eaCopy full SHA for 40540ea
lib/src/common/util/oauth2.dart
@@ -8,7 +8,7 @@ import 'package:http/http.dart' as http;
8
/// **Example**:
9
///
10
/// var flow = new OAuth2Flow('ClientID', 'ClientSecret');
11
-/// var authUrl = flow.createAuthorizationURL();
+/// var authUrl = flow.createAuthorizeUrl();
12
/// // Display to the User and handle the redirect URI, and also get the code.
13
/// flow.exchange(code).then((response) {
14
/// var github = new GitHub(auth: new Authentication.withToken(response.token));
0 commit comments