TokenPollingSettings interface
Provides details for token polling.
Properties
interval | Time Interval in milliseconds between token polling requests. |
timeout | Polling timeout time in milliseconds. This is equivalent to login flow timeout. |
Property Details
interval
Time Interval in milliseconds between token polling requests.
interval?: number
Property Value
number
timeout
Polling timeout time in milliseconds. This is equivalent to login flow timeout.
timeout?: number
Property Value
number