DiscoveryDocument Constructor |
Namespace:
Aras.IOM.OAuth
Assembly:
IOM (in IOM.dll) Version: 14.0.20.39432
Syntaxpublic DiscoveryDocument(
string json
)
Public Sub New (
json As String
)
public DiscoveryDocument(
String json
)
public function DiscoveryDocument(
json : String
)
Parameters
- json
- Type: SystemString
The discovery endpoint response as string.
See Also