Preparing search index...
The search index is not available
IQRF Gateway Webapp JavaScript client - v0.3.0-beta.12
IQRF Gateway Webapp JavaScript client
Types
Security
SshKeyInfoBase
Interface SshKeyInfoBase
Base SSH key info interface
interface
SshKeyInfoBase
{
description
:
string
;
hash
:
string
;
id
:
number
;
key
:
string
;
type
:
string
;
}
Hierarchy (
View Summary
)
SshKeyInfoBase
SshKeyInfo
SshKeyInfoRaw
Index
Properties
description
hash
id
key
type
Properties
description
description
:
string
SSH key description
hash
hash
:
string
SSH key hash
id
id
:
number
SSH key ID
key
key
:
string
SSH public key
type
type
:
string
SSH key type
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
description
hash
id
key
type
IQRF Gateway Webapp JavaScript client - v0.3.0-beta.12
Loading...
Base SSH key info interface