You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Resolves with a [Response](https://developer.mozilla.org/docs/Web/API/Response) to then invoke [processAuthorizationCodeResponse](processAuthorizationCodeResponse.md)
31
+
with
32
+
30
33
## See
31
34
32
35
-[RFC 6749 - The OAuth 2.0 Authorization Framework](https://www.rfc-editor.org/rfc/rfc6749.html#section-4.1)
Resolves with a [Response](https://developer.mozilla.org/docs/Web/API/Response) to then invoke [processClientCredentialsResponse](processClientCredentialsResponse.md)
29
+
with
30
+
28
31
## See
29
32
30
33
-[RFC 6749 - The OAuth 2.0 Authorization Framework](https://www.rfc-editor.org/rfc/rfc6749.html#section-4.4)
Resolves with a [Response](https://developer.mozilla.org/docs/Web/API/Response) to then invoke [processDeviceCodeResponse](processDeviceCodeResponse.md) with
Resolves with a [Response](https://developer.mozilla.org/docs/Web/API/Response) to then invoke [processDiscoveryResponse](processDiscoveryResponse.md) with
30
+
29
31
## See
30
32
31
33
-[RFC 8414 - OAuth 2.0 Authorization Server Metadata](https://www.rfc-editor.org/rfc/rfc8414.html#section-3)
Resolves with a [Response](https://developer.mozilla.org/docs/Web/API/Response) to then invoke [processIntrospectionResponse](processIntrospectionResponse.md) with
Resolves with a [Response](https://developer.mozilla.org/docs/Web/API/Response) to then invoke [processRefreshTokenResponse](processRefreshTokenResponse.md) with
29
+
28
30
## See
29
31
30
32
-[RFC 6749 - The OAuth 2.0 Authorization Framework](https://www.rfc-editor.org/rfc/rfc6749.html#section-6)
Resolves with a [Response](https://developer.mozilla.org/docs/Web/API/Response) to then invoke [processRevocationResponse](processRevocationResponse.md) with
Resolves with a [Response](https://developer.mozilla.org/docs/Web/API/Response) to then invoke [processUserInfoResponse](processUserInfoResponse.md) with
0 commit comments