Options
All
  • Public
  • Public/Protected
  • All
Menu

Class OrganizationAuthData

AuthData is a container for all the data required to perform actions on behalf of a Meeco User.

Note: Actual AuthData passed to method calls doesn't need to be an instance of this class - it can just conform to the interface.

Hierarchy

  • OrganizationAuthData

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

vault_access_token

vault_access_token: string

Methods

toJSON

  • toJSON(): { vault_access_token: string }

Static fromJSON

Generated using TypeDoc