共用方式為


ApiKeyAuthentication interface

ApiKey 驗證提供名稱和值,這些值可以包含在要求標頭或查詢參數中。

屬性

inProperty

要求中驗證金鑰/值組的位置。 可能的值包括:'Query'、'Header'

name

驗證金鑰/值組的金鑰名稱。

type

多型鑒別子

value

驗證金鑰/值組的值。

屬性詳細資料

inProperty

要求中驗證金鑰/值組的位置。 可能的值包括:'Query'、'Header'

inProperty: RestAuthLocation

屬性值

name

驗證金鑰/值組的金鑰名稱。

name: string

屬性值

string

type

多型鑒別子

type: "ApiKey"

屬性值

"ApiKey"

value

驗證金鑰/值組的值。

value: string

屬性值

string