DiscoveryDocDetailsServiceDocsURL Property

This property contains the URL of the human-readable service documentation.

Syntax

ANSI (Cross Platform)
char* GetDiscoveryDocDetailsServiceDocsURL();

Unicode (Windows)
LPWSTR GetDiscoveryDocDetailsServiceDocsURL();
@property (nonatomic,readonly,assign,getter=discoveryDocDetailsServiceDocsURL) NSString* discoveryDocDetailsServiceDocsURL;
- (NSString*)discoveryDocDetailsServiceDocsURL;
#define PID_OPENID_DISCOVERYDOCDETAILSSERVICEDOCSURL 19

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

Default Value

""

Remarks

This property contains the URL of the human-readable service documentation. The information at this URL is intended for developers integrating with the OpenID provider and may contain useful information.

This setting corresponds to the service_documentation parameter in the discovery document.

This property is read-only and not available at design time.

Data Type

String

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