E-Payment Integrator 2016 macOS Edition
E-Payment Integrator 2016 macOS Edition
Questions / Feedback?

authorizationCode (property)

The authorization code that is exchanged for an access token.

- (NSString*)authorizationCode

- (void)setAuthorizationCode:(NSString*)newAuthorizationCode

Default Value

""

Remarks

When ClientProfile is set to cfWebServer (WebServer flow) the authorization server will return a code when the user is re-directed from the authorization server back to your website. This code is returned as a query string parameter and the class will automatically populate this property with that value.

Normally this property will only be informational, as the GetAuthorization method will automatically exchange this code for a token with the authorization server specified in ServerTokenURL.

If this property is set before calling GetAuthorization the class will attempt to exchange the code with the authorization server for an access token.

 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
E-Payment Integrator 2016 macOS Edition - Version 16.0 [Build 7354]