Options
All
  • Public
  • Public/Protected
  • All
Menu

Class BatchSharedKeyCredentials

Package version

Creates a new BatchSharedKeyCredentials object.

constructor
param

The batch account name.

param

The batch account key.

Hierarchy

  • BatchSharedKeyCredentials

Implements

  • any

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

accountKey

accountKey: string

The batch account key.

accountName

accountName: string

The batch account name.

Methods

signRequest

  • signRequest(webResource: WebResource): Promise<WebResource>
  • Signs a request with the Authentication header.

    Parameters

    • webResource: WebResource

    Returns Promise<WebResource>

Generated using TypeDoc