Axinom Mosaic Libraries
Axinom Portal
Preparing search index...
@axinom/mosaic-user-auth-utils
DeviceVerificationResponse
Interface DeviceVerificationResponse
Device Verification response — what a given user code is about to authorize.
interface
DeviceVerificationResponse
{
code
:
DeviceVerificationResponseCode
;
deviceLabel
?:
string
;
message
?:
string
;
status
?:
DeviceAuthorizationStatus
;
}
Index
Properties
code
device
Label?
message?
status?
Properties
code
code
:
DeviceVerificationResponseCode
Optional
device
Label
deviceLabel
?:
string
Optional
message
message
?:
string
Optional
status
status
?:
DeviceAuthorizationStatus
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
code
device
Label
message
status
Axinom Portal
Axinom Mosaic Libraries
Loading...
Device Verification response — what a given user code is about to authorize.