ping-identity
Preparing search index...
oidc/src
OidcDeviceFlowStatus
Type Alias OidcDeviceFlowStatus
OidcDeviceFlowStatus
:
|
{
response
:
OidcDeviceAuthorizationResponse
;
type
:
"started"
}
|
{
nextPollAt
:
number
;
pollCount
:
number
;
pollInterval
:
number
;
type
:
"polling"
;
}
|
{
type
:
"success"
}
|
{
type
:
"expired"
}
|
{
type
:
"accessDenied"
}
|
{
error
:
{
code
?:
string
;
message
:
string
;
status
?:
number
}
;
type
:
"failure"
;
}
Normalized status emitted while an OIDC device authorization flow runs.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
ping-identity
Loading...
Normalized status emitted while an OIDC device authorization flow runs.