Version 1.9 - Updated on 05/04/2017
Superclass: PCTokenAPIParams
Declared In: PCAccessTokenAPIParams.h
PCAccessTokenAPIParams
stores parameters required to call the GET /token
API.
authCode
@property (nonatomic,
copy) NSString *authCode;
grantType
@property (nonatomic,
copy) NSString *grantType;
redirectURLString
@property (nonatomic,
copy) NSString *redirectURLString;
GET /authorize
API call. The only difference is that for validation, redirection does not occur (required).Copyright © 2015-2017, Verizon and/or its Licensors. All rights reserved.