|
|
|
@ -157,10 +157,15 @@ public static partial class OpenIddictClientSystemIntegrationHandlers |
|
|
|
source.SetResult(url); |
|
|
|
} |
|
|
|
|
|
|
|
else |
|
|
|
else if (error is not null) |
|
|
|
{ |
|
|
|
source.SetException(new NSErrorException(error)); |
|
|
|
} |
|
|
|
|
|
|
|
else |
|
|
|
{ |
|
|
|
source.SetException(new InvalidOperationException(SR.GetResourceString(SR.ID0448))); |
|
|
|
} |
|
|
|
}); |
|
|
|
|
|
|
|
#if SUPPORTS_PRESENTATION_CONTEXT_PROVIDER
|
|
|
|
|