Skip to content

Commit

Permalink
Update v4_MIGRATION_GUIDE.md (#947)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjmcgrath authored Oct 2, 2023
2 parents 860d4e6 + 12d8b5a commit 7c135f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v4_MIGRATION_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ const usersAlso = await management.users.getAll();
| `addHookSecrets` | `hooks.addSecrets` |
| `updateHookSecrets` | `hooks.updateSecrets` |
| `removeHookSecrets` | `hooks.removeSecrets` |
| `getAccessToken` | `tokenProvider.getAccessToken` |
| `getAccessToken` | `oauth.clientCredentialsGrant` (on `AuthenticationClient`) |
| `updateBrandingSettings` | `branding.updateSettings` |
| `getBrandingSettings` | `branding.getSettings` |
| `getBrandingUniversalLoginTemplate` | `branding.getUniversalLoginTemplate` |
Expand Down

0 comments on commit 7c135f7

Please sign in to comment.