Type Alias: ServiceDeviceTokenResponse
ServiceDeviceTokenResponse = {
status:"pending";interval?:number; } | {status:"denied"|"expired"; } |object&ServiceTokenGrant
Result returned while polling the token endpoint.
ServiceDeviceTokenResponse = {
status:"pending";interval?:number; } | {status:"denied"|"expired"; } |object&ServiceTokenGrant
Result returned while polling the token endpoint.