Skip to content

Commit c5d5cff

Browse files
committed
docs: Updated docs to remove semicolon
1 parent 5d6f511 commit c5d5cff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/AnonymousSessions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,6 @@ except AnonymousFeatureNotEnabledError:
125125

126126
## Known Limitations
127127

128-
- **DPoP is not supported.** `AnonymousClient` has no `dpop_key` parameter anywhere in its public API. A tenant/client configured with `require_proof_of_possession: true` cannot use anonymous sessions; you will see `AnonymousClientNotSupportedError`.
128+
- **DPoP is not supported.** `AnonymousClient` has no `dpop_key` parameter anywhere in its public API. A tenant/client configured with `require_proof_of_possession: true` cannot use anonymous sessions, you will see `AnonymousClientNotSupportedError`.
129129
- **PAR, CIBA, Device Flow, RAR, and mTLS clients are not supported** for anonymous sessions.
130130
- **No server-side revocation.** See [Logging Out](#logging-out) above.

0 commit comments

Comments
 (0)