-
Notifications
You must be signed in to change notification settings - Fork 9
feat: additional documentation #209
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
Open
Changes from all commits
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
2a3a3e6
fix: sdk-angular typedoc/TS 6.0 incompatibility blocking docs generat…
mrudatsprint 2d9af72
docs: add Resource Server Guidance to DPoP Mode docs, regenerate type…
mrudatsprint ee8adbc
fix: regenerate SDK docs with prettier-safe formatting.
mrudatsprint 4d6b777
feat: update docs using `yarn docs` and `prettier --write docs` in ea…
mrudatsprint 3cedf88
feat: update documentation.
mrudatsprint 6a4cb18
fix: sdk-angular typedoc/TS 6.0 incompatibility blocking docs generat…
mrudatsprint 52e41db
docs: add Resource Server Guidance to DPoP Mode docs, regenerate type…
mrudatsprint 0ba9ef4
fix: regenerate SDK docs with prettier-safe formatting.
mrudatsprint c5f33e0
feat: update docs using `yarn docs` and `prettier --write docs` in ea…
mrudatsprint 1d53741
feat: update documentation.
mrudatsprint 7853356
Merge branch 'miker/eng-4791/documentation' of github.com:FusionAuth/…
mrudatsprint 90235b6
Merge branch 'miker/eng-4790' into miker/eng-4791/documentation
mrudatsprint File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,6 @@ | ||
| @fusionauth/angular-sdk / [Exports](modules.md) | ||
| **@fusionauth/angular-sdk** | ||
|
|
||
| --- | ||
|
|
||
| # FusionauthAngularSdk | ||
|
|
||
|
|
||
60 changes: 21 additions & 39 deletions
60
packages/sdk-angular/docs/classes/FusionAuthAccountButtonComponent.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,61 +1,43 @@ | ||
| [@fusionauth/angular-sdk](../README.md) / [Exports](../modules.md) / FusionAuthAccountButtonComponent | ||
|
Collaborator
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This PR includes the updated generated SDK documentation for each Framework. |
||
| [**@fusionauth/angular-sdk**](../README.md) | ||
|
|
||
| # Class: FusionAuthAccountButtonComponent | ||
|
|
||
| ## Table of contents | ||
|
|
||
| ### Constructors | ||
|
|
||
| - [constructor](FusionAuthAccountButtonComponent.md#constructor) | ||
|
|
||
| ### Properties | ||
| --- | ||
|
|
||
| - [fusionAuth](FusionAuthAccountButtonComponent.md#fusionauth) | ||
| [@fusionauth/angular-sdk](../globals.md) / FusionAuthAccountButtonComponent | ||
|
|
||
| ### Methods | ||
| # Class: FusionAuthAccountButtonComponent | ||
|
|
||
| - [manageAccount](FusionAuthAccountButtonComponent.md#manageaccount) | ||
| Defined in: [components/fusionauth-account.button/fusion-auth-account-button.component.ts:10](https://github.com/FusionAuth/fusionauth-javascript-sdk/blob/ee8adbc65b4bc7586f80efa86002158c90d78a7e/packages/sdk-angular/projects/fusionauth-angular-sdk/src/lib/components/fusionauth-account.button/fusion-auth-account-button.component.ts#L10) | ||
|
|
||
| ## Constructors | ||
|
|
||
| ### constructor | ||
|
|
||
| • **new FusionAuthAccountButtonComponent**(`fusionAuth`): [`FusionAuthAccountButtonComponent`](FusionAuthAccountButtonComponent.md) | ||
|
|
||
| #### Parameters | ||
|
|
||
| | Name | Type | | ||
| | :----------- | :------------------------------------------------------------------------------------- | | ||
| | `fusionAuth` | [`FusionAuthService`](FusionAuthService.md)\<[`UserInfo`](../interfaces/UserInfo.md)\> | | ||
|
|
||
| #### Returns | ||
| ### Constructor | ||
|
|
||
| [`FusionAuthAccountButtonComponent`](FusionAuthAccountButtonComponent.md) | ||
| ```ts | ||
| new FusionAuthAccountButtonComponent(fusionAuth): FusionAuthAccountButtonComponent; | ||
| ``` | ||
|
|
||
| #### Defined in | ||
| Defined in: [components/fusionauth-account.button/fusion-auth-account-button.component.ts:11](https://github.com/FusionAuth/fusionauth-javascript-sdk/blob/ee8adbc65b4bc7586f80efa86002158c90d78a7e/packages/sdk-angular/projects/fusionauth-angular-sdk/src/lib/components/fusionauth-account.button/fusion-auth-account-button.component.ts#L11) | ||
|
|
||
| [lib/components/fusionauth-account.button/fusion-auth-account-button.component.ts:10](https://github.com/FusionAuth/fusionauth-javascript-sdk/blob/80c01c9ccb450a2187bc0d2cc65fa8c9c38cfabe/packages/sdk-angular/projects/fusionauth-angular-sdk/src/lib/components/fusionauth-account.button/fusion-auth-account-button.component.ts#L10) | ||
|
|
||
| ## Properties | ||
| #### Parameters | ||
|
|
||
| ### fusionAuth | ||
| ##### fusionAuth | ||
|
|
||
| • `Private` **fusionAuth**: [`FusionAuthService`](FusionAuthService.md)\<[`UserInfo`](../interfaces/UserInfo.md)\> | ||
| [`FusionAuthService`](FusionAuthService.md) | ||
|
|
||
| #### Defined in | ||
| #### Returns | ||
|
|
||
| [lib/components/fusionauth-account.button/fusion-auth-account-button.component.ts:10](https://github.com/FusionAuth/fusionauth-javascript-sdk/blob/80c01c9ccb450a2187bc0d2cc65fa8c9c38cfabe/packages/sdk-angular/projects/fusionauth-angular-sdk/src/lib/components/fusionauth-account.button/fusion-auth-account-button.component.ts#L10) | ||
| `FusionAuthAccountButtonComponent` | ||
|
|
||
| ## Methods | ||
|
|
||
| ### manageAccount | ||
| ### manageAccount() | ||
|
|
||
| ```ts | ||
| manageAccount(): void; | ||
| ``` | ||
|
|
||
| ▸ **manageAccount**(): `void` | ||
| Defined in: [components/fusionauth-account.button/fusion-auth-account-button.component.ts:13](https://github.com/FusionAuth/fusionauth-javascript-sdk/blob/ee8adbc65b4bc7586f80efa86002158c90d78a7e/packages/sdk-angular/projects/fusionauth-angular-sdk/src/lib/components/fusionauth-account.button/fusion-auth-account-button.component.ts#L13) | ||
|
|
||
| #### Returns | ||
|
|
||
| `void` | ||
|
|
||
| #### Defined in | ||
|
|
||
| [lib/components/fusionauth-account.button/fusion-auth-account-button.component.ts:12](https://github.com/FusionAuth/fusionauth-javascript-sdk/blob/80c01c9ccb450a2187bc0d2cc65fa8c9c38cfabe/packages/sdk-angular/projects/fusionauth-angular-sdk/src/lib/components/fusionauth-account.button/fusion-auth-account-button.component.ts#L12) | ||
69 changes: 25 additions & 44 deletions
69
packages/sdk-angular/docs/classes/FusionAuthLoginButtonComponent.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,72 +1,53 @@ | ||
| [@fusionauth/angular-sdk](../README.md) / [Exports](../modules.md) / FusionAuthLoginButtonComponent | ||
| [**@fusionauth/angular-sdk**](../README.md) | ||
|
|
||
| # Class: FusionAuthLoginButtonComponent | ||
|
|
||
| ## Table of contents | ||
|
|
||
| ### Constructors | ||
|
|
||
| - [constructor](FusionAuthLoginButtonComponent.md#constructor) | ||
|
|
||
| ### Properties | ||
| --- | ||
|
|
||
| - [fusionAuth](FusionAuthLoginButtonComponent.md#fusionauth) | ||
| - [state](FusionAuthLoginButtonComponent.md#state) | ||
| [@fusionauth/angular-sdk](../globals.md) / FusionAuthLoginButtonComponent | ||
|
|
||
| ### Methods | ||
| # Class: FusionAuthLoginButtonComponent | ||
|
|
||
| - [login](FusionAuthLoginButtonComponent.md#login) | ||
| Defined in: [components/fusionauth-login.button/fusion-auth-login-button.component.ts:10](https://github.com/FusionAuth/fusionauth-javascript-sdk/blob/ee8adbc65b4bc7586f80efa86002158c90d78a7e/packages/sdk-angular/projects/fusionauth-angular-sdk/src/lib/components/fusionauth-login.button/fusion-auth-login-button.component.ts#L10) | ||
|
|
||
| ## Constructors | ||
|
|
||
| ### constructor | ||
| ### Constructor | ||
|
|
||
| ```ts | ||
| new FusionAuthLoginButtonComponent(fusionAuth): FusionAuthLoginButtonComponent; | ||
| ``` | ||
|
|
||
| • **new FusionAuthLoginButtonComponent**(`fusionAuth`): [`FusionAuthLoginButtonComponent`](FusionAuthLoginButtonComponent.md) | ||
| Defined in: [components/fusionauth-login.button/fusion-auth-login-button.component.ts:13](https://github.com/FusionAuth/fusionauth-javascript-sdk/blob/ee8adbc65b4bc7586f80efa86002158c90d78a7e/packages/sdk-angular/projects/fusionauth-angular-sdk/src/lib/components/fusionauth-login.button/fusion-auth-login-button.component.ts#L13) | ||
|
|
||
| #### Parameters | ||
|
|
||
| | Name | Type | | ||
| | :----------- | :------------------------------------------------------------------------------------- | | ||
| | `fusionAuth` | [`FusionAuthService`](FusionAuthService.md)\<[`UserInfo`](../interfaces/UserInfo.md)\> | | ||
| ##### fusionAuth | ||
|
|
||
| #### Returns | ||
| [`FusionAuthService`](FusionAuthService.md) | ||
|
|
||
| [`FusionAuthLoginButtonComponent`](FusionAuthLoginButtonComponent.md) | ||
|
|
||
| #### Defined in | ||
| #### Returns | ||
|
|
||
| [lib/components/fusionauth-login.button/fusion-auth-login-button.component.ts:12](https://github.com/FusionAuth/fusionauth-javascript-sdk/blob/80c01c9ccb450a2187bc0d2cc65fa8c9c38cfabe/packages/sdk-angular/projects/fusionauth-angular-sdk/src/lib/components/fusionauth-login.button/fusion-auth-login-button.component.ts#L12) | ||
| `FusionAuthLoginButtonComponent` | ||
|
|
||
| ## Properties | ||
|
|
||
| ### fusionAuth | ||
|
|
||
| • `Private` **fusionAuth**: [`FusionAuthService`](FusionAuthService.md)\<[`UserInfo`](../interfaces/UserInfo.md)\> | ||
|
|
||
| #### Defined in | ||
|
|
||
| [lib/components/fusionauth-login.button/fusion-auth-login-button.component.ts:12](https://github.com/FusionAuth/fusionauth-javascript-sdk/blob/80c01c9ccb450a2187bc0d2cc65fa8c9c38cfabe/packages/sdk-angular/projects/fusionauth-angular-sdk/src/lib/components/fusionauth-login.button/fusion-auth-login-button.component.ts#L12) | ||
|
|
||
| --- | ||
|
|
||
| ### state | ||
|
|
||
| • **state**: `undefined` \| `string` | ||
|
|
||
| #### Defined in | ||
| ```ts | ||
| state: string | undefined; | ||
| ``` | ||
|
|
||
| [lib/components/fusionauth-login.button/fusion-auth-login-button.component.ts:10](https://github.com/FusionAuth/fusionauth-javascript-sdk/blob/80c01c9ccb450a2187bc0d2cc65fa8c9c38cfabe/packages/sdk-angular/projects/fusionauth-angular-sdk/src/lib/components/fusionauth-login.button/fusion-auth-login-button.component.ts#L10) | ||
| Defined in: [components/fusionauth-login.button/fusion-auth-login-button.component.ts:11](https://github.com/FusionAuth/fusionauth-javascript-sdk/blob/ee8adbc65b4bc7586f80efa86002158c90d78a7e/packages/sdk-angular/projects/fusionauth-angular-sdk/src/lib/components/fusionauth-login.button/fusion-auth-login-button.component.ts#L11) | ||
|
|
||
| ## Methods | ||
|
|
||
| ### login | ||
| ### login() | ||
|
|
||
| ```ts | ||
| login(): void; | ||
| ``` | ||
|
|
||
| ▸ **login**(): `void` | ||
| Defined in: [components/fusionauth-login.button/fusion-auth-login-button.component.ts:15](https://github.com/FusionAuth/fusionauth-javascript-sdk/blob/ee8adbc65b4bc7586f80efa86002158c90d78a7e/packages/sdk-angular/projects/fusionauth-angular-sdk/src/lib/components/fusionauth-login.button/fusion-auth-login-button.component.ts#L15) | ||
|
|
||
| #### Returns | ||
|
|
||
| `void` | ||
|
|
||
| #### Defined in | ||
|
|
||
| [lib/components/fusionauth-login.button/fusion-auth-login-button.component.ts:14](https://github.com/FusionAuth/fusionauth-javascript-sdk/blob/80c01c9ccb450a2187bc0d2cc65fa8c9c38cfabe/packages/sdk-angular/projects/fusionauth-angular-sdk/src/lib/components/fusionauth-login.button/fusion-auth-login-button.component.ts#L14) |
60 changes: 21 additions & 39 deletions
60
packages/sdk-angular/docs/classes/FusionAuthLogoutButtonComponent.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,61 +1,43 @@ | ||
| [@fusionauth/angular-sdk](../README.md) / [Exports](../modules.md) / FusionAuthLogoutButtonComponent | ||
| [**@fusionauth/angular-sdk**](../README.md) | ||
|
|
||
| # Class: FusionAuthLogoutButtonComponent | ||
|
|
||
| ## Table of contents | ||
|
|
||
| ### Constructors | ||
|
|
||
| - [constructor](FusionAuthLogoutButtonComponent.md#constructor) | ||
|
|
||
| ### Properties | ||
| --- | ||
|
|
||
| - [fusionAuth](FusionAuthLogoutButtonComponent.md#fusionauth) | ||
| [@fusionauth/angular-sdk](../globals.md) / FusionAuthLogoutButtonComponent | ||
|
|
||
| ### Methods | ||
| # Class: FusionAuthLogoutButtonComponent | ||
|
|
||
| - [logout](FusionAuthLogoutButtonComponent.md#logout) | ||
| Defined in: [components/fusionauth-logout.button/fusion-auth-logout-button.component.ts:13](https://github.com/FusionAuth/fusionauth-javascript-sdk/blob/ee8adbc65b4bc7586f80efa86002158c90d78a7e/packages/sdk-angular/projects/fusionauth-angular-sdk/src/lib/components/fusionauth-logout.button/fusion-auth-logout-button.component.ts#L13) | ||
|
|
||
| ## Constructors | ||
|
|
||
| ### constructor | ||
|
|
||
| • **new FusionAuthLogoutButtonComponent**(`fusionAuth`): [`FusionAuthLogoutButtonComponent`](FusionAuthLogoutButtonComponent.md) | ||
|
|
||
| #### Parameters | ||
|
|
||
| | Name | Type | | ||
| | :----------- | :------------------------------------------------------------------------------------- | | ||
| | `fusionAuth` | [`FusionAuthService`](FusionAuthService.md)\<[`UserInfo`](../interfaces/UserInfo.md)\> | | ||
|
|
||
| #### Returns | ||
| ### Constructor | ||
|
|
||
| [`FusionAuthLogoutButtonComponent`](FusionAuthLogoutButtonComponent.md) | ||
| ```ts | ||
| new FusionAuthLogoutButtonComponent(fusionAuth): FusionAuthLogoutButtonComponent; | ||
| ``` | ||
|
|
||
| #### Defined in | ||
| Defined in: [components/fusionauth-logout.button/fusion-auth-logout-button.component.ts:14](https://github.com/FusionAuth/fusionauth-javascript-sdk/blob/ee8adbc65b4bc7586f80efa86002158c90d78a7e/packages/sdk-angular/projects/fusionauth-angular-sdk/src/lib/components/fusionauth-logout.button/fusion-auth-logout-button.component.ts#L14) | ||
|
|
||
| [lib/components/fusionauth-logout.button/fusion-auth-logout-button.component.ts:10](https://github.com/FusionAuth/fusionauth-javascript-sdk/blob/80c01c9ccb450a2187bc0d2cc65fa8c9c38cfabe/packages/sdk-angular/projects/fusionauth-angular-sdk/src/lib/components/fusionauth-logout.button/fusion-auth-logout-button.component.ts#L10) | ||
|
|
||
| ## Properties | ||
| #### Parameters | ||
|
|
||
| ### fusionAuth | ||
| ##### fusionAuth | ||
|
|
||
| • `Private` **fusionAuth**: [`FusionAuthService`](FusionAuthService.md)\<[`UserInfo`](../interfaces/UserInfo.md)\> | ||
| [`FusionAuthService`](FusionAuthService.md) | ||
|
|
||
| #### Defined in | ||
| #### Returns | ||
|
|
||
| [lib/components/fusionauth-logout.button/fusion-auth-logout-button.component.ts:10](https://github.com/FusionAuth/fusionauth-javascript-sdk/blob/80c01c9ccb450a2187bc0d2cc65fa8c9c38cfabe/packages/sdk-angular/projects/fusionauth-angular-sdk/src/lib/components/fusionauth-logout.button/fusion-auth-logout-button.component.ts#L10) | ||
| `FusionAuthLogoutButtonComponent` | ||
|
|
||
| ## Methods | ||
|
|
||
| ### logout | ||
| ### logout() | ||
|
|
||
| ```ts | ||
| logout(): void; | ||
| ``` | ||
|
|
||
| ▸ **logout**(): `void` | ||
| Defined in: [components/fusionauth-logout.button/fusion-auth-logout-button.component.ts:16](https://github.com/FusionAuth/fusionauth-javascript-sdk/blob/ee8adbc65b4bc7586f80efa86002158c90d78a7e/packages/sdk-angular/projects/fusionauth-angular-sdk/src/lib/components/fusionauth-logout.button/fusion-auth-logout-button.component.ts#L16) | ||
|
|
||
| #### Returns | ||
|
|
||
| `void` | ||
|
|
||
| #### Defined in | ||
|
|
||
| [lib/components/fusionauth-logout.button/fusion-auth-logout-button.component.ts:12](https://github.com/FusionAuth/fusionauth-javascript-sdk/blob/80c01c9ccb450a2187bc0d2cc65fa8c9c38cfabe/packages/sdk-angular/projects/fusionauth-angular-sdk/src/lib/components/fusionauth-logout.button/fusion-auth-logout-button.component.ts#L12) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,43 +1,41 @@ | ||
| [@fusionauth/angular-sdk](../README.md) / [Exports](../modules.md) / FusionAuthModule | ||
| [**@fusionauth/angular-sdk**](../README.md) | ||
|
|
||
| # Class: FusionAuthModule | ||
|
|
||
| ## Table of contents | ||
| --- | ||
|
|
||
| ### Constructors | ||
| [@fusionauth/angular-sdk](../globals.md) / FusionAuthModule | ||
|
|
||
| - [constructor](FusionAuthModule.md#constructor) | ||
|
|
||
| ### Methods | ||
| # Class: FusionAuthModule | ||
|
|
||
| - [forRoot](FusionAuthModule.md#forroot) | ||
| Defined in: [fusion-auth.module.ts:25](https://github.com/FusionAuth/fusionauth-javascript-sdk/blob/ee8adbc65b4bc7586f80efa86002158c90d78a7e/packages/sdk-angular/projects/fusionauth-angular-sdk/src/lib/fusion-auth.module.ts#L25) | ||
|
|
||
| ## Constructors | ||
|
|
||
| ### constructor | ||
| ### Constructor | ||
|
|
||
| • **new FusionAuthModule**(): [`FusionAuthModule`](FusionAuthModule.md) | ||
| ```ts | ||
| new FusionAuthModule(): FusionAuthModule; | ||
| ``` | ||
|
|
||
| #### Returns | ||
|
|
||
| [`FusionAuthModule`](FusionAuthModule.md) | ||
| `FusionAuthModule` | ||
|
|
||
| ## Methods | ||
|
|
||
| ### forRoot | ||
| ### forRoot() | ||
|
|
||
| ▸ **forRoot**(`fusionAuthConfig`): `ModuleWithProviders`\<[`FusionAuthModule`](FusionAuthModule.md)\> | ||
| ```ts | ||
| static forRoot(fusionAuthConfig): ModuleWithProviders<FusionAuthModule>; | ||
| ``` | ||
|
|
||
| #### Parameters | ||
| Defined in: [fusion-auth.module.ts:26](https://github.com/FusionAuth/fusionauth-javascript-sdk/blob/ee8adbc65b4bc7586f80efa86002158c90d78a7e/packages/sdk-angular/projects/fusionauth-angular-sdk/src/lib/fusion-auth.module.ts#L26) | ||
|
|
||
| | Name | Type | | ||
| | :----------------- | :------------------------------------------------------ | | ||
| | `fusionAuthConfig` | [`FusionAuthConfig`](../interfaces/FusionAuthConfig.md) | | ||
| #### Parameters | ||
|
|
||
| #### Returns | ||
| ##### fusionAuthConfig | ||
|
|
||
| `ModuleWithProviders`\<[`FusionAuthModule`](FusionAuthModule.md)\> | ||
| [`FusionAuthConfig`](../interfaces/FusionAuthConfig.md) | ||
|
|
||
| #### Defined in | ||
| #### Returns | ||
|
|
||
| [lib/fusion-auth.module.ts:26](https://github.com/FusionAuth/fusionauth-javascript-sdk/blob/80c01c9ccb450a2187bc0d2cc65fa8c9c38cfabe/packages/sdk-angular/projects/fusionauth-angular-sdk/src/lib/fusion-auth.module.ts#L26) | ||
| `ModuleWithProviders`\<`FusionAuthModule`\> |
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Each SDK has a README and a Resource Server Guidance section was added.