Page Contents

Home > @loopback/security > TypedPrincipal

TypedPrincipal class

Signature:

export declare class TypedPrincipal implements Principal 

Implements: Principal

Constructors

Constructor Modifiers Description

(constructor)(principal, type)

Constructs a new instance of the TypedPrincipal class

Properties

Property Modifiers Type Description

[securityId]

readonly

string

principal

readonly

Principal

type

readonly

string