@regulaforensics/vp-frontend-document-components
Preparing search index...
ConfigurationParameters
Interface ConfigurationParameters
NOTE: This file is auto generated by OpenAPI Generator. Do not edit the file manually.
interface
ConfigurationParameters
{
accessToken
?:
|
string
|
Promise
<
string
>
|
(
(
name
?:
string
,
scopes
?:
string
[]
)
=>
string
)
|
(
(
name
?:
string
,
scopes
?:
string
[]
)
=>
Promise
<
string
>
)
;
apiKey
?:
|
string
|
Promise
<
string
>
|
(
(
name
:
string
)
=>
string
)
|
(
(
name
:
string
)
=>
Promise
<
string
>
)
;
baseOptions
?:
any
;
basePath
?:
string
;
formDataCtor
?:
new
()
=>
any
;
password
?:
string
;
serverIndex
?:
number
;
username
?:
string
;
}
Index
Properties
access
Token?
api
Key?
base
Options?
base
Path?
form
Data
Ctor?
password?
server
Index?
username?
Properties
Optional
access
Token
accessToken
?:
|
string
|
Promise
<
string
>
|
(
(
name
?:
string
,
scopes
?:
string
[]
)
=>
string
)
|
(
(
name
?:
string
,
scopes
?:
string
[]
)
=>
Promise
<
string
>
)
Optional
api
Key
apiKey
?:
|
string
|
Promise
<
string
>
|
(
(
name
:
string
)
=>
string
)
|
(
(
name
:
string
)
=>
Promise
<
string
>
)
Optional
base
Options
baseOptions
?:
any
Optional
base
Path
basePath
?:
string
Optional
form
Data
Ctor
formDataCtor
?:
new
()
=>
any
Optional
password
password
?:
string
Optional
server
Index
serverIndex
?:
number
Optional
username
username
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
access
Token
api
Key
base
Options
base
Path
form
Data
Ctor
password
server
Index
username
@regulaforensics/vp-frontend-document-components
Loading...
NOTE: This file is auto generated by OpenAPI Generator. Do not edit the file manually.