fix: typo

This commit is contained in:
Ayato 2025-03-14 01:10:31 +09:00
parent 9c068b6a15
commit 3240f70010
No known key found for this signature in database
GPG key ID: 56E05AE09DBA012D

View file

@ -18,7 +18,7 @@ const (
// CustomClaim is an example for how to return custom claims with this library
CustomClaim = "custom_claim"
// CustomScopeImpersonatePrefix is an example scope prefix for passing user id to impersonate using token exchage
// CustomScopeImpersonatePrefix is an example scope prefix for passing user id to impersonate using token exchange
CustomScopeImpersonatePrefix = "custom_scope:impersonate:"
)