BasicAuthModel interface

Model for API authentication with basic flow - user name + password.

Extends

Properties

password

The password

type

The auth type

userName

The user name.

Property Details

password

The password

password: string

Property Value

string

type

The auth type

type: "Basic"

Property Value

"Basic"

userName

The user name.

userName: string

Property Value

string