We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 028e26f commit f7a24d0Copy full SHA for f7a24d0
1 file changed
examples/demo/App.tsx
@@ -206,6 +206,10 @@ function App(): React.JSX.Element {
206
label="Access Token"
207
value={authState.accessToken || 'N/A'}
208
/>
209
+ <KeyValueLabel
210
+ label="Access Token Expiration Date"
211
+ value={authState.accessTokenExpirationDate || 'N/A'}
212
+ />
213
<KeyValueLabel
214
label="Refresh Token"
215
value={authState.refreshToken || 'N/A'}
0 commit comments