Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AccessKeys

Package version

interface

An interface representing AccessKeys. Namespace/Relay Connection String

Hierarchy

  • AccessKeys

Index

Properties

Optional keyName

keyName: undefined | string
member

{string} [keyName] A string that describes the authorization rule.

Optional primaryConnectionString

primaryConnectionString: undefined | string
member

{string} [primaryConnectionString] Primary connection string of the created namespace authorization rule.

Optional primaryKey

primaryKey: undefined | string
member

{string} [primaryKey] A base64-encoded 256-bit primary key for signing and validating the SAS token.

Optional secondaryConnectionString

secondaryConnectionString: undefined | string
member

{string} [secondaryConnectionString] Secondary connection string of the created namespace authorization rule.

Optional secondaryKey

secondaryKey: undefined | string
member

{string} [secondaryKey] A base64-encoded 256-bit secondary key for signing and validating the SAS token.

Generated using TypeDoc