Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I don't see deference between those two clients types, except Web Client have M2M feature. I expect Native Client to have possibility to add redirect url with schema that is not http/https like not like "myapp://..." but like "com.example.myapp://..." that is explained in rfc 8252 paragraph 2 and 3, so we can use it in mobile devices.
After testing I figured out that I can use single slash ":/" instead of "://" and that is described in ietf 7.1(last two paragraphs) .So com.example.myapp:/callback is my redirect url that is acceptableby mobile app.
After testing I figured out that I can use single slash ":/" instead of "://" and that is described in ietf 7.1(last two paragraphs) .So com.example.myapp:/callback is my redirect url that is acceptableby mobile app.