AuthenticationRecord interface
用來在快取中尋找快取權杖的記錄。
屬性
authority | 如果使用,則為相關聯的授權單位。 |
client |
相關聯的用戶端識別碼。 |
home |
住家帳戶識別碼。 |
tenant |
相關聯的租使用者識別碼。 |
username | 登入帳戶的使用者名稱。 |
屬性詳細資料
authority
如果使用,則為相關聯的授權單位。
authority: string
屬性值
string
clientId
相關聯的用戶端識別碼。
clientId: string
屬性值
string
homeAccountId
住家帳戶識別碼。
homeAccountId: string
屬性值
string
tenantId
相關聯的租使用者識別碼。
tenantId: string
屬性值
string
username
登入帳戶的使用者名稱。
username: string
屬性值
string