OAuth2.Endpoint
Class OAuth2.Endpoint Extends %SerialObject [ System = 4 ]
Define an OAuth 2.0 endpoint
Properties
UseSSL
Property UseSSL As %Boolean [ InitialExpression = 1, Internal ];
If the URL is TLS/SSL
Host
Property Host As %String(MAXLEN = 256) [ Internal ];
The host part of the address
Port
Property Port As %String [ Internal ];
The port part of the address
Prefix
Property Prefix As %String [ Internal ];
The CSP prefix part of the address
Methods
GetServerURL
Method GetServerURL() As %String [ Internal ]
The server porion of Locarion