Skip to content

Commit 96c11bb

Browse files
authored
[SDK-3850] Fix links and export spa-js interfaces to improve docs (#411)
1 parent 182a266 commit 96c11bb

28 files changed

+4381
-112
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -149,16 +149,16 @@ export class AppComponent {
149149
}
150150
```
151151
152-
By default the application will ask Auth0 to redirect back to the root URL of your application after authentication. This can be configured by setting the [redirectUri](https://auth0.github.io/auth0-angular/interfaces/auth_config.AuthConfig.html#redirectUri) option.
152+
By default the application will ask Auth0 to redirect back to the root URL of your application after authentication. This can be configured by setting the [redirectUri](https://auth0.github.io/auth0-angular/interfaces/AuthorizationParams.html#redirect_uri) option.
153153
154154
For more code samples on how to integrate the **auth0-angular** SDK in your **Angular** application, have a look at our [examples](https://github.com/auth0/auth0-angular/tree/master/EXAMPLES.md).
155155
156156
## API reference
157157
158158
Explore public API's available in auth0-angular.
159159
160-
- [AuthService](https://auth0.github.io/auth0-angular/classes/auth_service.AuthService.html) - service used to interact with the SDK.
161-
- [AuthConfig](https://auth0.github.io/auth0-angular/interfaces/auth_config.AuthConfig.html) - used to configure the SDK.
160+
- [AuthService](https://auth0.github.io/auth0-angular/classes/AuthService.html) - service used to interact with the SDK.
161+
- [AuthConfig](https://auth0.github.io/auth0-angular/interfaces/AuthConfig.html) - used to configure the SDK.
162162
163163
## Feedback
164164

docs/classes/Auth0ClientFactory.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ <h4>Hierarchy</h4>
9090
<li>
9191
Defined in
9292
<a
93-
href="https://github.com/auth0/auth0-angular/blob/560b670/projects/auth0-angular/src/lib/auth.client.ts#L6"
93+
href="https://github.com/auth0/auth0-angular/blob/014575f/projects/auth0-angular/src/lib/auth.client.ts#L6"
9494
>projects/auth0-angular/src/lib/auth.client.ts:6</a
9595
>
9696
</li>
@@ -355,7 +355,7 @@ <h4 class="tsd-returns-title">
355355
<li>
356356
Defined in
357357
<a
358-
href="https://github.com/auth0/auth0-angular/blob/560b670/projects/auth0-angular/src/lib/auth.client.ts#L7"
358+
href="https://github.com/auth0/auth0-angular/blob/014575f/projects/auth0-angular/src/lib/auth.client.ts#L7"
359359
>projects/auth0-angular/src/lib/auth.client.ts:7</a
360360
>
361361
</li>

docs/classes/AuthClientConfig.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ <h4>Hierarchy</h4>
104104
<li>
105105
Defined in
106106
<a
107-
href="https://github.com/auth0/auth0-angular/blob/560b670/projects/auth0-angular/src/lib/auth.config.ts#L198"
107+
href="https://github.com/auth0/auth0-angular/blob/014575f/projects/auth0-angular/src/lib/auth.config.ts#L198"
108108
>projects/auth0-angular/src/lib/auth.config.ts:198</a
109109
>
110110
</li>
@@ -321,7 +321,7 @@ <h4 class="tsd-returns-title">
321321
<li>
322322
Defined in
323323
<a
324-
href="https://github.com/auth0/auth0-angular/blob/560b670/projects/auth0-angular/src/lib/auth.config.ts#L201"
324+
href="https://github.com/auth0/auth0-angular/blob/014575f/projects/auth0-angular/src/lib/auth.config.ts#L201"
325325
>projects/auth0-angular/src/lib/auth.config.ts:201</a
326326
>
327327
</li>
@@ -403,7 +403,7 @@ <h4 class="tsd-returns-title">
403403
<li>
404404
Defined in
405405
<a
406-
href="https://github.com/auth0/auth0-angular/blob/560b670/projects/auth0-angular/src/lib/auth.config.ts#L219"
406+
href="https://github.com/auth0/auth0-angular/blob/014575f/projects/auth0-angular/src/lib/auth.config.ts#L219"
407407
>projects/auth0-angular/src/lib/auth.config.ts:219</a
408408
>
409409
</li>
@@ -498,7 +498,7 @@ <h4 class="tsd-returns-title">
498498
<li>
499499
Defined in
500500
<a
501-
href="https://github.com/auth0/auth0-angular/blob/560b670/projects/auth0-angular/src/lib/auth.config.ts#L212"
501+
href="https://github.com/auth0/auth0-angular/blob/014575f/projects/auth0-angular/src/lib/auth.config.ts#L212"
502502
>projects/auth0-angular/src/lib/auth.config.ts:212</a
503503
>
504504
</li>

docs/classes/AuthGuard.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ <h4>Implements</h4>
9898
<li>
9999
Defined in
100100
<a
101-
href="https://github.com/auth0/auth0-angular/blob/560b670/projects/auth0-angular/src/lib/auth.guard.ts#L18"
101+
href="https://github.com/auth0/auth0-angular/blob/014575f/projects/auth0-angular/src/lib/auth.guard.ts#L18"
102102
>projects/auth0-angular/src/lib/auth.guard.ts:18</a
103103
>
104104
</li>
@@ -339,7 +339,7 @@ <h4 class="tsd-returns-title">
339339
<li>
340340
Defined in
341341
<a
342-
href="https://github.com/auth0/auth0-angular/blob/560b670/projects/auth0-angular/src/lib/auth.guard.ts#L19"
342+
href="https://github.com/auth0/auth0-angular/blob/014575f/projects/auth0-angular/src/lib/auth.guard.ts#L19"
343343
>projects/auth0-angular/src/lib/auth.guard.ts:19</a
344344
>
345345
</li>
@@ -443,7 +443,7 @@ <h4 class="tsd-returns-title">
443443
<li>
444444
Defined in
445445
<a
446-
href="https://github.com/auth0/auth0-angular/blob/560b670/projects/auth0-angular/src/lib/auth.guard.ts#L25"
446+
href="https://github.com/auth0/auth0-angular/blob/014575f/projects/auth0-angular/src/lib/auth.guard.ts#L25"
447447
>projects/auth0-angular/src/lib/auth.guard.ts:25</a
448448
>
449449
</li>
@@ -545,7 +545,7 @@ <h4 class="tsd-returns-title">
545545
<li>
546546
Defined in
547547
<a
548-
href="https://github.com/auth0/auth0-angular/blob/560b670/projects/auth0-angular/src/lib/auth.guard.ts#L32"
548+
href="https://github.com/auth0/auth0-angular/blob/014575f/projects/auth0-angular/src/lib/auth.guard.ts#L32"
549549
>projects/auth0-angular/src/lib/auth.guard.ts:32</a
550550
>
551551
</li>
@@ -638,7 +638,7 @@ <h4 class="tsd-returns-title">
638638
<li>
639639
Defined in
640640
<a
641-
href="https://github.com/auth0/auth0-angular/blob/560b670/projects/auth0-angular/src/lib/auth.guard.ts#L21"
641+
href="https://github.com/auth0/auth0-angular/blob/014575f/projects/auth0-angular/src/lib/auth.guard.ts#L21"
642642
>projects/auth0-angular/src/lib/auth.guard.ts:21</a
643643
>
644644
</li>

docs/classes/AuthHttpInterceptor.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ <h4>Implements</h4>
9696
<li>
9797
Defined in
9898
<a
99-
href="https://github.com/auth0/auth0-angular/blob/560b670/projects/auth0-angular/src/lib/auth.interceptor.ts#L39"
99+
href="https://github.com/auth0/auth0-angular/blob/014575f/projects/auth0-angular/src/lib/auth.interceptor.ts#L39"
100100
>projects/auth0-angular/src/lib/auth.interceptor.ts:39</a
101101
>
102102
</li>
@@ -354,7 +354,7 @@ <h4 class="tsd-returns-title">
354354
<li>
355355
Defined in
356356
<a
357-
href="https://github.com/auth0/auth0-angular/blob/560b670/projects/auth0-angular/src/lib/auth.interceptor.ts#L40"
357+
href="https://github.com/auth0/auth0-angular/blob/014575f/projects/auth0-angular/src/lib/auth.interceptor.ts#L40"
358358
>projects/auth0-angular/src/lib/auth.interceptor.ts:40</a
359359
>
360360
</li>
@@ -467,7 +467,7 @@ <h4 class="tsd-returns-title">
467467
<li>
468468
Defined in
469469
<a
470-
href="https://github.com/auth0/auth0-angular/blob/560b670/projects/auth0-angular/src/lib/auth.interceptor.ts#L47"
470+
href="https://github.com/auth0/auth0-angular/blob/014575f/projects/auth0-angular/src/lib/auth.interceptor.ts#L47"
471471
>projects/auth0-angular/src/lib/auth.interceptor.ts:47</a
472472
>
473473
</li>

docs/classes/AuthModule.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ <h4>Hierarchy</h4>
9090
<li>
9191
Defined in
9292
<a
93-
href="https://github.com/auth0/auth0-angular/blob/560b670/projects/auth0-angular/src/lib/auth.module.ts#L8"
93+
href="https://github.com/auth0/auth0-angular/blob/014575f/projects/auth0-angular/src/lib/auth.module.ts#L8"
9494
>projects/auth0-angular/src/lib/auth.module.ts:8</a
9595
>
9696
</li>
@@ -375,7 +375,7 @@ <h4 class="tsd-returns-title">
375375
<li>
376376
Defined in
377377
<a
378-
href="https://github.com/auth0/auth0-angular/blob/560b670/projects/auth0-angular/src/lib/auth.module.ts#L15"
378+
href="https://github.com/auth0/auth0-angular/blob/014575f/projects/auth0-angular/src/lib/auth.module.ts#L15"
379379
>projects/auth0-angular/src/lib/auth.module.ts:15</a
380380
>
381381
</li>

0 commit comments

Comments
 (0)