Options
All
  • Public
  • Public/Protected
  • All
Menu

Class CoreUserService

User Service

export
implements

{CoreUserServiceShape}

Hierarchy

  • CoreUserService

Implements

  • CoreUserServiceShape

Index

Constructors

Properties

Accessors

Methods

Constructors

constructor

Properties

Private _profile

_profile: CoreUserProfileServiceShape = ...

Profile

memberof

CoreUserService

Private _role

_role: CoreUserRoleServiceShape = ...

Role

memberof

CoreUserService

Accessors

account

  • get account(): string
  • Account - getter

    readonly
    memberof

    CoreUserService

    Returns string

id

  • get id(): string
  • ID - getter

    readonly
    memberof

    CoreUserService

    Returns string

profile

  • get profile(): CoreUserProfileServiceShape
  • Profile - getter

    readonly
    memberof

    CoreUserService

    Returns CoreUserProfileServiceShape

role

  • get role(): CoreUserRoleServiceShape
  • Role - getter

    memberof

    CoreUserService

    Returns CoreUserRoleServiceShape

Methods

install

  • install(userinfo: CoreUserInfoShape, token: string): void
  • Install

    memberof

    CoreUserService

    Parameters

    • userinfo: CoreUserInfoShape
    • token: string

    Returns void

Generated using TypeDoc