silentRedirectUri Readonly
silentRedirectUri: string | undefined
The redirect URL used for silent sign in and automatic token renewal. Required for automatic token renewal to work. Without this, tokens will expire after ~1 hour. Silent renewal loads this URL in a hidden iframe every ~55 minutes. For best performance, use a dedicated lightweight HTML page rather than your main application. See README for an example.
Defined in
- types.ts Line 61
Last Updated: 19 March, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.