maliming
3 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/OpenIddict4-to-5.md
|
|
|
@ -88,7 +88,7 @@ namespace OpenIddict.Demo.Server.Migrations |
|
|
|
|
|
|
|
## OpenIddictApplicationDescriptor changes |
|
|
|
|
|
|
|
You have to change the `Type` to `ClientType` when creating a new `OpenIddictApplicationDescriptor`. |
|
|
|
You have to change the `Type` to `ClientType` when creating a new `AbpApplicationDescriptor` or `OpenIddictApplicationDescriptor`. |
|
|
|
|
|
|
|
````csharp |
|
|
|
var application = new AbpApplicationDescriptor { |
|
|
|
|