Skip to content

Commit

Permalink
docs: fix typo (#3649)
Browse files Browse the repository at this point in the history
  • Loading branch information
MilesChou committed Oct 19, 2023
1 parent e4c160f commit f0501d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion consent/handler.go
Expand Up @@ -259,7 +259,7 @@ type revokeOAuth2LoginSessions struct {
// has to re-authenticate at the Ory OAuth2 Provider. This endpoint does not invalidate any tokens.
//
// If you send the subject in a query param, all authentication sessions that belong to that subject are revoked.
// No OpennID Connect Front- or Back-channel logout is performed in this case.
// No OpenID Connect Front- or Back-channel logout is performed in this case.
//
// Alternatively, you can send a SessionID via `sid` query param, in which case, only the session that is connected
// to that SessionID is revoked. OpenID Connect Back-channel logout is performed in this case.
Expand Down

0 comments on commit f0501d2

Please sign in to comment.