@accelerated-software-development/caddy-api-client - v0.4.3
GitHub
Integration Tests
Preparing search index...
AuthenticationHandler
Interface AuthenticationHandler
Authentication handler - HTTP basic auth
interface
AuthenticationHandler
{
handler
:
"authentication"
;
providers
?:
{
http_basic
?:
{
accounts
?:
{
password
:
string
;
username
:
string
}
[]
;
hash
?:
{
algorithm
?:
string
}
;
realm
?:
string
;
}
;
}
;
}
Index
Properties
handler
providers?
Properties
handler
handler
:
"authentication"
Optional
providers
providers
?:
{
http_basic
?:
{
accounts
?:
{
password
:
string
;
username
:
string
}
[]
;
hash
?:
{
algorithm
?:
string
}
;
realm
?:
string
;
}
;
}
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
handler
providers
GitHub
Integration Tests
@accelerated-software-development/caddy-api-client - v0.4.3
Loading...
Authentication handler - HTTP basic auth