E-Payment Integrator 2020 C++ Edition

Questions / Feedback?

ServerTokenURL Property

The URL used to obtain the access token.

Syntax

ANSI (Cross Platform)
char* GetServerTokenURL();
int SetServerTokenURL(const char* lpszServerTokenURL); Unicode (Windows) LPWSTR GetServerTokenURL();
INT SetServerTokenURL(LPCWSTR lpszServerTokenURL);
@property (nonatomic,readwrite,assign,getter=serverTokenURL,setter=setServerTokenURL:) NSString* serverTokenURL;
- (NSString*)serverTokenURL;
- (void)setServerTokenURL:(NSString*)newServerTokenURL;
#define PID_OAUTH_SERVERTOKENURL 39

INPAY_EXTERNAL void* INPAY_CALL InPay_OAuth_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
INPAY_EXTERNAL int INPAY_CALL InPay_OAuth_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

Default Value

""

Remarks

Specifies the URL where the grant will be exchanged for the access token. This is typically a separate HTTP endpoint on the authorization server.

This must be set before calling GetAuthorization.

Data Type

String

Copyright (c) 2021 /n software inc. - All rights reserved.
E-Payment Integrator 2020 C++ Edition - Version 20.0 [Build 7941]