Skip to content

Commit

Permalink
fix: change comment on revokeOAuth2LoginSessions (#3853)
Browse files Browse the repository at this point in the history
  • Loading branch information
sakai-303 authored Oct 10, 2024
1 parent 99deae2 commit 6d829dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion consent/handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ type revokeOAuth2LoginSessions struct {
// # Revokes OAuth 2.0 Login Sessions by either a Subject or a SessionID
//
// This endpoint invalidates authentication sessions. After revoking the authentication session(s), the subject
// has to re-authenticate at the Ory OAuth2 Provider. This endpoint does not invalidate any tokens.
// has to re-authenticate at the Ory OAuth2 Provider. It also invalidates all associated OAuth 2.0 Access Tokens.
//
// If you send the subject in a query param, all authentication sessions that belong to that subject are revoked.
// No OpenID Connect Front- or Back-channel logout is performed in this case.
Expand Down

0 comments on commit 6d829dd

Please sign in to comment.