Skip to main content

ResourceAuthentication

@nevermined-io/sdk - v3.0.32 / ResourceAuthentication

Interface: ResourceAuthentication

Table of contents

Properties

Properties

password

Optional password: string

Defined in

src/types/DDOTypes.ts:235


privateParameters

Optional privateParameters: { [name: string]: string; }[]

Defined in

src/types/DDOTypes.ts:237


token

Optional token: string

Defined in

src/types/DDOTypes.ts:236


type

type: "none" | "basic" | "bearer" | "oauth"

Defined in

src/types/DDOTypes.ts:232


user

Optional user: string

Defined in

src/types/DDOTypes.ts:234