edgeport - v1.0.3
Preparing search index...
auth
AuthOptions
Interface AuthOptions
Credentials and methods to attempt, in the order the caller provides them.
interface
AuthOptions
{
onKeyboardInteractive
?:
(
prompts
:
KeyboardPrompt
[]
)
=>
Promise
<
string
[]
>
;
password
?:
string
;
privateKey
?:
CryptoKey
|
{
passphrase
?:
string
;
pem
:
string
}
;
username
:
string
;
}
Index
Properties
on
Keyboard
Interactive?
password?
private
Key?
username
Properties
Optional
on
Keyboard
Interactive
onKeyboardInteractive
?:
(
prompts
:
KeyboardPrompt
[]
)
=>
Promise
<
string
[]
>
Optional
password
password
?:
string
Optional
private
Key
privateKey
?:
CryptoKey
|
{
passphrase
?:
string
;
pem
:
string
}
username
username
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
on
Keyboard
Interactive
password
private
Key
username
edgeport - v1.0.3
Loading...
Credentials and methods to attempt, in the order the caller provides them.