JwtClaimChecks interface
驗證 JWT 宣告時,應該進行的組態設定。
屬性
allowed |
允許的用戶端應用程式清單。 |
allowed |
允許的群組清單。 |
屬性詳細資料
allowedClientApplications
允許的用戶端應用程式清單。
allowedClientApplications?: string[]
屬性值
string[]
allowedGroups
允許的群組清單。
allowedGroups?: string[]
屬性值
string[]