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 b3ce4ac commit d08ef47Copy full SHA for d08ef47
docs/src/getting_started/intros/Access.js
@@ -91,9 +91,9 @@ export default function Authentication() {
91
},
92
{
93
parameter: 'response_type',
94
- description: 'Required. Either \'code\' for an [OAUTH Authorization Code Grant](' +
95
- 'https://tools.ietf.org/html/rfc6749#section-4.1) or \'token\' for an [OAuth ' +
96
- 'Implcit Grant token](https://tools.ietf.org/html/rfc6749#section-4.2).',
+ description: 'Required. Either \'code\' for an OAUTH Authorization Code Grant (' +
+ 'https://tools.ietf.org/html/rfc6749#section-4.1) or \'token\' for an OAuth ' +
+ 'Implcit Grant token (https://tools.ietf.org/html/rfc6749#section-4.2).',
97
98
99
parameter: 'state',
0 commit comments