Version 1.9 - Updated on 05/04/2017
Superclass: PCAPIParams
Declared In: PCAuthorizationAPIParams.h
PCAuthorizationAPIParams
stores parameters required to authorize a client.
clientID
@property (nonatomic,
copy) NSString *clientID;
deviceID
@property (nonatomic,
copy) NSString *deviceID;
redirectURL
@property (nonatomic,
readonly) NSURL *redirectURL;
redirectURLString
@property (nonatomic,
copy) NSString *redirectURLString;
responseType
@property (nonatomic,
copy) NSString *responseType;
state
@property (nonatomic,
copy) NSString *state;
Copyright © 2015-2017, Verizon and/or its Licensors. All rights reserved.