1
0
mirror of https://github.com/oceanprotocol/ocean.js.git synced 2024-11-26 20:39:05 +01:00
ocean.js/docs/interfaces/Credentials.md
2023-05-02 18:18:30 +01:00

31 lines
615 B
Markdown

[@oceanprotocol/lib](../README.md) / [Exports](../modules.md) / Credentials
# Interface: Credentials
## Table of contents
### Properties
- [allow](Credentials.md#allow)
- [deny](Credentials.md#deny)
## Properties
### allow
**allow**: [`Credential`](Credential.md)[]
#### Defined in
[@types/DDO/Credentials.ts:7](https://github.com/oceanprotocol/ocean.js/blob/c99bc5c6/src/@types/DDO/Credentials.ts#L7)
___
### deny
**deny**: [`Credential`](Credential.md)[]
#### Defined in
[@types/DDO/Credentials.ts:8](https://github.com/oceanprotocol/ocean.js/blob/c99bc5c6/src/@types/DDO/Credentials.ts#L8)