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

IPWORKSAUTH_EXTERNAL void* IPWORKSAUTH_CALL IPWorksAuth_OAuth_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
IPWORKSAUTH_EXTERNAL int IPWORKSAUTH_CALL IPWorksAuth_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 Auth 2020 C++ Edition - Version 20.0 [Build 8155]