@loopback/docs
Version:
Documentation files rendered at [https://loopback.io](https://loopback.io)
24 lines (16 loc) • 712 B
Markdown
lang: en
title: 'API docs: security.credential'
keywords: LoopBack 4.0, LoopBack 4, Node.js, TypeScript, OpenAPI
sidebar: lb4_sidebar
editurl: https://github.com/loopbackio/loopback-next/tree/master/packages/security
permalink: /doc/en/lb4/apidocs.security.credential.html
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@loopback/security](./security.md) > [Credential](./security.credential.md)
## Credential interface
Security attributes used to authenticate the subject. Such credentials include passwords, Kerberos tickets, and public key certificates.
<b>Signature:</b>
```typescript
export interface Credential
```