You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: main/docs/libraries/auth0-angular-spa.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -276,7 +276,7 @@ AuthModule.forRoot({
276
276
});
277
277
```
278
278
279
-
**Note:**`tokenOptions` is passed directly to the `getTokenSilently` method on the underlying SPA SDK. Please see [the documentation](https://auth0.github.io/auth0-spa-js/interfaces/gettokensilentlyoptions.html) for more detail on the properties that are accepted.
279
+
**Note:**`tokenOptions` is passed directly to the `getTokenSilently` method on the underlying SPA SDK. Please see [the documentation](https://auth0.github.io/auth0-spa-js/interfaces/GetTokenSilentlyOptions.html) for more detail on the properties that are accepted.
280
280
281
281
### Call an API
282
282
@@ -292,4 +292,4 @@ export class MyComponent {
292
292
}
293
293
```
294
294
295
-
Note that there is nothing additional required at the call site to provide tokens or other authorization queues; that is all handled by the interceptor and the module configuration.
295
+
Note that there is nothing additional required at the call site to provide tokens or other authorization queues; that is all handled by the interceptor and the module configuration.
0 commit comments