次の方法で共有


DomainCredentials class

API キーを使用してサービスに対して認証を行います。

Extends

コンストラクター

DomainCredentials(string)

新しい EventGrid DomainCredentials オブジェクトを作成します。

継承されたメソッド

signRequest(WebResourceLike)

inHeader パラメーターと inQuery パラメーターで指定された値を使用して要求に署名します。

コンストラクターの詳細

DomainCredentials(string)

新しい EventGrid DomainCredentials オブジェクトを作成します。

new DomainCredentials(domainKey: string)

パラメーター

domainKey

string

EventGrid ドメイン キー

継承済みメソッドの詳細

signRequest(WebResourceLike)

inHeader パラメーターと inQuery パラメーターで指定された値を使用して要求に署名します。

function signRequest(webResource: WebResourceLike): Promise<WebResourceLike>

パラメーター

webResource
WebResourceLike

署名する WebResource。

戻り値

Promise<WebResourceLike>

署名された要求オブジェクト。

ApiKeyCredentials.signRequestから継承