Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Secret

Class representing a secret

Hierarchy

  • Secret

Index

Constructors

Properties

Methods

Constructors

constructor

  • new Secret(modem: Modem, id: String): Secret
  • Create a secret

    Parameters

    • modem: Modem

      Modem to connect to the remote service

    • id: String

      Id of the secret (optional)

    Returns Secret

Properties

data

data: Object

id

id: String

modem

modem: Modem

Methods

remove

  • remove(opts?: Object): Promise<__type>

status

  • status(opts?: Object): Promise<Secret>

Generated using TypeDoc