maliming
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
docs/en/Migration-Guides/Abp-4_0.md
|
|
@ -260,7 +260,7 @@ In order to solve the problem of async over sync, `ILdapManager` uses async meth |
|
|
### Dynamic external login provider system |
|
|
### Dynamic external login provider system |
|
|
|
|
|
|
|
|
You need to change the `WithDynamicOptions` method and pass the `Handler` class of the external login provider. |
|
|
You need to change the `WithDynamicOptions` method and pass the `Handler` class of the external login provider. |
|
|
Use the `goto definition` function in Visual Studio or Rider to check `Hanler` in the extension method like `AddGoogle`. |
|
|
Use the `goto definition` function in Visual Studio or Rider to check `Handler` in the extension method like `AddGoogle`. |
|
|
|
|
|
|
|
|
```csharp |
|
|
```csharp |
|
|
- WithDynamicOptions<GoogleOptions>() |
|
|
- WithDynamicOptions<GoogleOptions>() |
|
|
|