Skip to content

Commit 4562e3a

Browse files
committed
Comment for utilities grouping
1 parent 885e13c commit 4562e3a

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/auth0_server_python/utils/helpers.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -296,6 +296,10 @@ def validate_resolved_domain_value(domain_value: Any) -> str:
296296
return domain_value
297297

298298

299+
# =============================================================================
300+
# Claim Validation Utilities
301+
# =============================================================================
302+
299303
def validate_org_claims(claims: dict, expected_org: str) -> None:
300304
"""
301305
Validate org_id or org_name in token claims against the requested organization.

0 commit comments

Comments
 (0)