Preparing search index...
The search index is not available
Shogun SDK Documentation v1.0.0 - v1.0.0
Shogun SDK Documentation v1.0.0
CredentialResult
Interface CredentialResult
Result of credential operations
interface
CredentialResult
{
credentialId
?:
string
;
deviceInfo
?:
DeviceInfo
;
error
?:
string
;
password
?:
string
;
publicKey
?:
null
|
ArrayBuffer
;
success
:
boolean
;
username
?:
string
;
webAuthnCredentials
?:
WebAuthnCredentials
;
}
Hierarchy
BaseAuthResult
CredentialResult
Index
Properties
credential
Id?
device
Info?
error?
password?
public
Key?
success
username?
web
Authn
Credentials?
Properties
Optional
credential
Id
credentialId
?:
string
Optional
device
Info
deviceInfo
?:
DeviceInfo
Optional
error
error
?:
string
Optional
password
password
?:
string
Optional
public
Key
publicKey
?:
null
|
ArrayBuffer
success
success
:
boolean
Optional
username
username
?:
string
Optional
web
Authn
Credentials
webAuthnCredentials
?:
WebAuthnCredentials
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
credential
Id
device
Info
error
password
public
Key
success
username
web
Authn
Credentials
Shogun SDK Documentation v1.0.0 - v1.0.0
Loading...
Result of credential operations