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

CLOUDKEYS_EXTERNAL void* CLOUDKEYS_CALL CloudKeys_OAuth_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
CLOUDKEYS_EXTERNAL int CLOUDKEYS_CALL CloudKeys_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.
Cloud Keys 2020 C++ Edition - Version 20.0 [Build 8157]