@byomakase/omakase-player
Preparing search index...
BasicAuthenticationData
Interface BasicAuthenticationData
Authentication data for HTTP Basic auth.
interface
BasicAuthenticationData
{
password
:
string
;
type
:
"basic"
;
username
:
string
;
}
Index
Properties
password
type
username
Properties
password
password
:
string
Basic auth password.
type
type
:
"basic"
username
username
:
string
Basic auth username.
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
password
type
username
@byomakase/omakase-player
Loading...
Authentication data for HTTP Basic auth.