PPOTAuthorizationRequest_Internal.h 569 B

12345678910111213141516171819
  1. //
  2. // PPOTAuthorizationRequest_Internal.h
  3. // PayPalOneTouch
  4. //
  5. // Copyright © 2015 PayPal, Inc. All rights reserved.
  6. //
  7. #import "PPOTRequest.h"
  8. @interface PPOTAuthorizationRequest ()
  9. + (instancetype)requestWithScopeValues:(NSSet *)scopeValues
  10. privacyURL:(NSURL *)privacyURL
  11. agreementURL:(NSURL *)agreementURL
  12. clientID:(NSString *)clientID
  13. environment:(NSString *)environment
  14. callbackURLScheme:(NSString *)callbackURLScheme;
  15. @end