ClaimsIdentity class
表示宣告型身分識別。
建構函式
Claims |
初始化 ClaimsIdentity 類別的新實例。 |
屬性
claims | |
is |
傳回驗證狀態。 |
方法
get |
傳回宣告值(如果有的話) |
建構函式詳細資料
ClaimsIdentity(Claim[], string | boolean)
初始化 ClaimsIdentity 類別的新實例。
new ClaimsIdentity(claims: Claim[], authenticationType?: string | boolean)
參數
- authenticationType
-
string | boolean
此宣告集的驗證類型,或要覆寫的布爾值已驗證
屬性詳細資料
claims
isAuthenticated
傳回驗證狀態。
boolean isAuthenticated
屬性值
boolean
如果 已驗證,則為 True。
方法詳細資料
getClaimValue(string)
傳回宣告值(如果有的話)
function getClaimValue(claimType: string): string | null
參數
- claimType
-
string
要尋找的宣告類型
傳回
string | null
找不到宣告值或 Null