ServerUserInfoURL Property

The URL of the OpenID provider's user info endpoint.

Syntax

ANSI (Cross Platform)
char* GetServerUserInfoURL();
int SetServerUserInfoURL(const char* lpszServerUserInfoURL); Unicode (Windows) LPWSTR GetServerUserInfoURL();
INT SetServerUserInfoURL(LPCWSTR lpszServerUserInfoURL);
@property (nonatomic,readwrite,assign,getter=serverUserInfoURL,setter=setServerUserInfoURL:) NSString* serverUserInfoURL;
- (NSString*)serverUserInfoURL;
- (void)setServerUserInfoURL:(NSString*)newServerUserInfoURL;
#define PID_OPENID_SERVERUSERINFOURL 53

IPWORKSAUTH_EXTERNAL void* IPWORKSAUTH_CALL IPWorksAuth_OpenID_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
IPWORKSAUTH_EXTERNAL int IPWORKSAUTH_CALL IPWorksAuth_OpenID_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

Default Value

""

Remarks

This property holds the URL of the OpenID provider's user info endpoint. This value is required when calling GetUserInfo.

This property is populated when GetDiscoveryDoc is called.

Data Type

String

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks Auth 2020 C++ Edition - Version 20.0 [Build 8155]