Options
All
  • Public
  • Public/Protected
  • All
Menu

Class EventGridSharedAccessSignatureCredential

Package version

A credential type which allows using a "shared access signature" to authenticate with EventGrid when sending events.

A shared access signiture may be generated by using EventGridPublisherClient#generateSharedAccessSignature

Hierarchy

  • EventGridSharedAccessSignatureCredential

Implements

Index

Constructors

Methods

Constructors

constructor

Methods

signature

  • signature(): string

update

  • update(newSignature: string): void
  • Change the value of the signature.

    Updates will take effect upon the next request after updating the signature value.

    Parameters

    • newSignature: string

      the new signature value to be used

    Returns void

Generated using TypeDoc