Back to Node Auth0

Interface FlowsVaultConnectionHttpBasicAuthSetup

docs/interfaces/management.Management.FlowsVaultConnectionHttpBasicAuthSetup.html

5.9.1720 B
Original Source

Interface FlowsVaultConnectionHttpBasicAuthSetup

interface FlowsVaultConnectionHttpBasicAuthSetup {
type: "BASIC_AUTH";
username: string;
password?: string;
}

Index

Properties

typeusernamepassword?

Properties

type

type: "BASIC_AUTH"

username

username: string

Optionalpassword

password?: string

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties typeusernamepassword