Correct nullability annotations in OIDEndSessionRequest
Correct nullability annotations for OIDEndSessionRequest parameters idTokenHint, postLogoutRedirectURL, and state.
Fixes https://github.com/openid/AppAuth-iOS/issues/565
@philet have you signed the contributor agreements?
@petea I have signed them last Friday. Probably still needs to be processed on your side.
@philet confirmed that we have the needed documentation from you, thanks.
Since this will be a breaking change for the Swift interface, we'll need to make it as part of a major release.
@petea since its only adding the nullability won't existing code still compile meaning its not a breaking change?
We're having to run a fork of this lib because of this issue. Is there anything missing from the PR that we could provide?
Any update on this?