Options
All
  • Public
  • Public/Protected
  • All
Menu

Class RadixIdentityManager

Hierarchy

  • RadixIdentityManager

Index

Properties

identities

identities: TSMap<string, RadixIdentity> = new TSMap()

Methods

addIdentity

addSimpleIdentity

generateRemoteIdentity

  • generateRemoteIdentity(name: string, description: string, permissions: string[], host: string, port: string): Promise<RadixIdentity>
  • Generates a new RadixRemoteIdentity

    Parameters

    • name: string

      The name of the application that wants to use the remote identity

    • description: string

      The description of the application that wants to use the remote identity

    • permissions: string[]
    • host: string
    • port: string

    Returns Promise<RadixIdentity>

    A promise with an instance of a RadixRemoteIdentity

generateSimpleIdentity

generateSimpleIdentityFromSeed

Generated using TypeDoc