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.
1 parent 8c1963e commit dee0ea4Copy full SHA for dee0ea4
src/OAuth2.js
@@ -28,23 +28,6 @@ var TOKEN_FORMAT = {
28
FORM_URL_ENCODED: 'application/x-www-form-urlencoded'
29
};
30
31
-/**
32
- * The supported locations for passing the state parameter.
33
- * @enum {string}
34
- */
35
-var STATE_PARAMETER_LOCATION = {
36
- /**
37
- * Pass the state parameter in the authorization URL.
38
- * @default
39
40
- AUTHORIZATION_URL: 'authorization-url',
41
42
- * Pass the state token in the redirect URL, as a workaround for APIs that
43
- * don't support the state parameter.
44
45
- REDIRECT_URL: 'redirect-url'
46
-};
47
-
48
/**
49
* Creates a new OAuth2 service with the name specified. It's usually best to
50
* create and configure your service once at the start of your script, and then
0 commit comments