IPWorks Cloud 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

IPWORKSCLOUD_EXTERNAL void* IPWORKSCLOUD_CALL IPWorksCloud_OAuth_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
IPWORKSCLOUD_EXTERNAL int IPWORKSCLOUD_CALL IPWorksCloud_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) 2022 /n software inc. - All rights reserved.
IPWorks Cloud 2020 C++ Edition - Version 20.0 [Build 8265]