@eeymoo/ai-coding-sync
Preparing search index...
src/types
WebDavAuthConfig
Interface WebDavAuthConfig
WebDAV authentication configuration.
Since
0.1.0
interface
WebDavAuthConfig
{
account
?:
string
;
password
?:
string
|
null
;
saveToKeychain
?:
boolean
;
service
?:
string
;
type
:
AuthType
;
username
?:
string
;
}
Index
Properties
account?
password?
save
To
Keychain?
service?
type
username?
Properties
Optional
account
account
?:
string
Optional
password
password
?:
string
|
null
Optional
save
To
Keychain
saveToKeychain
?:
boolean
Optional
service
service
?:
string
type
type
:
AuthType
Optional
username
username
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
account
password
save
To
Keychain
service
type
username
@eeymoo/ai-coding-sync
Loading...
WebDAV authentication configuration.
Since
0.1.0