次の方法で共有


TopicCredentials class

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

Extends

コンストラクター

TopicCredentials(string)

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

継承されたメソッド

signRequest(WebResourceLike)

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

コンストラクターの詳細

TopicCredentials(string)

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

new TopicCredentials(topicKey: string)

パラメーター

topicKey

string

EventGrid トピック キー

継承済みメソッドの詳細

signRequest(WebResourceLike)

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

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

パラメーター

webResource
WebResourceLike

署名する WebResource。

戻り値

Promise<WebResourceLike>

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

ApiKeyCredentials.signRequestから継承