共用方式為


BackendCredentialsContract interface

用來連線到後端的認證詳細數據。

屬性

authorization

授權標頭驗證

certificate

用戶端憑證指紋的清單。 如果提供 certificatesIds,將會忽略。

certificateIds

用戶端憑證標識碼的清單。

header

標頭參數描述。

query

查詢參數描述。

屬性詳細資料

authorization

授權標頭驗證

authorization?: BackendAuthorizationHeaderCredentials

屬性值

certificate

用戶端憑證指紋的清單。 如果提供 certificatesIds,將會忽略。

certificate?: string[]

屬性值

string[]

certificateIds

用戶端憑證標識碼的清單。

certificateIds?: string[]

屬性值

string[]

header

標頭參數描述。

header?: {[propertyName: string]: string[]}

屬性值

{[propertyName: string]: string[]}

query

查詢參數描述。

query?: {[propertyName: string]: string[]}

屬性值

{[propertyName: string]: string[]}