E-Payment Integrator 2020 C++ Edition

Questions / Feedback?

ServerAuthURL Property

The URL of the authorization server.

Syntax

ANSI (Cross Platform)
char* GetServerAuthURL();
int SetServerAuthURL(const char* lpszServerAuthURL); Unicode (Windows) LPWSTR GetServerAuthURL();
INT SetServerAuthURL(LPCWSTR lpszServerAuthURL);
@property (nonatomic,readwrite,assign,getter=serverAuthURL,setter=setServerAuthURL:) NSString* serverAuthURL;
- (NSString*)serverAuthURL;
- (void)setServerAuthURL:(NSString*)newServerAuthURL;
#define PID_OAUTH_SERVERAUTHURL 38

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 of the authorization server used when GetAuthorization is called. This value is used when constructing the URL to which the user will be redirected to authenticate and grant access.

This should be specified before calling GetAuthorization.

When this is set, it will clear any value specified in AuthorizationURL.

Data Type

String

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