Alexey Ivanov

Results 3 issues of Alexey Ivanov

Here is code from your example ```objective-c // builds authentication request OIDAuthorizationRequest *request = [[OIDAuthorizationRequest alloc] initWithConfiguration:configuration clientId:kClientID clientSecret:kClientSecret scopes:@[OIDScopeOpenID, OIDScopeProfile] redirectURL:redirectURI responseType:OIDResponseTypeCode additionalParameters:nil]; // performs authentication request self.appDelegate.currentAuthorizationFlow =...

question

Currently jsonDecoder, jsonEncoder, date formatters (Commercetools.swift:216 ) are internal. Could you make them public? Actually I want reuse them because of the other issue. It's impossible to catch decoding error...