Page Contents

Home > @loopback/security > Subject > authorities

Subject.authorities property

An array of authorities granted by the user to the client application. One example is {@link https://tools.ietf.org/html/rfc6749#section-3.3 | oAuth2 scopes).

Signature:

authorities: Set<Permission>;