Search
Preparing search index...
The search index is not available
Swim Toolkit
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
Swim Toolkit
@swim/uri
UriUser
Class UriUser
Hierarchy
UriUser
Implements
HashCode
Debug
Display
Index
Constructors
constructor
Properties
password
username
Methods
copy
debug
display
equals
hash
Code
is
Defined
to
Any
to
String
with
Password
with
Username
create
from
Any
from
Init
parse
undefined
Constructors
constructor
new
Uri
User
(
username
:
undefined
|
string
, password
:
undefined
|
string
)
:
UriUser
Parameters
username:
undefined
|
string
password:
undefined
|
string
Returns
UriUser
Properties
Readonly
password
password
:
undefined
|
string
Readonly
username
username
:
undefined
|
string
Methods
Protected
copy
copy
(
username
:
undefined
|
string
, password
:
undefined
|
string
)
:
UriUser
Parameters
username:
undefined
|
string
password:
undefined
|
string
Returns
UriUser
debug
debug
(
output
:
Output
<
unknown
>
)
:
void
Parameters
output:
Output
<
unknown
>
Returns
void
display
display
(
output
:
Output
<
unknown
>
)
:
void
Parameters
output:
Output
<
unknown
>
Returns
void
equals
equals
(
that
:
unknown
)
:
boolean
Parameters
that:
unknown
Returns
boolean
hash
Code
hash
Code
(
)
:
number
Returns
number
is
Defined
is
Defined
(
)
:
boolean
Returns
boolean
to
Any
to
Any
(
user
?:
{
password
?:
string
;
username
?:
string
}
)
:
undefined
|
{
password
?:
string
;
username
?:
string
}
Parameters
Optional
user:
{
password
?:
string
;
username
?:
string
}
Optional
password
?:
string
Optional
username
?:
string
Returns
undefined
|
{
password
?:
string
;
username
?:
string
}
to
String
to
String
(
)
:
string
Returns
string
with
Password
with
Password
(
password
:
undefined
|
string
)
:
UriUser
Parameters
password:
undefined
|
string
Returns
UriUser
with
Username
with
Username
(
username
:
undefined
|
string
)
:
UriUser
Parameters
username:
undefined
|
string
Returns
UriUser
Static
create
create
(
username
:
undefined
|
string
, password
?:
string
)
:
UriUser
Parameters
username:
undefined
|
string
Optional
password:
string
Returns
UriUser
Static
from
Any
from
Any
(
value
:
undefined
|
null
|
AnyUriUser
)
:
UriUser
Parameters
value:
undefined
|
null
|
AnyUriUser
Returns
UriUser
Static
from
Init
from
Init
(
init
:
UriUserInit
)
:
UriUser
Parameters
init:
UriUserInit
Returns
UriUser
Static
parse
parse
(
userPart
:
string
)
:
UriUser
Parameters
userPart:
string
Returns
UriUser
Static
undefined
undefined
(
)
:
UriUser
Returns
UriUser
Modules
@swim/system
@swim/core
@swim/util
@swim/codec
@swim/mapping
@swim/collections
@swim/constraint
@swim/structure
@swim/streamlet
@swim/dataflow
@swim/recon
@swim/uri
@swim/math
@swim/geo
@swim/time
@swim/mesh
@swim/toolkit
Uri
User
constructor
password
username
copy
debug
display
equals
hash
Code
is
Defined
to
Any
to
String
with
Password
with
Username
create
from
Any
from
Init
parse
undefined
Generated using
TypeDoc