GeospatialContentServerAuthorizationProvider Constructor (String, String) |
Initializes a new instance.
Namespace:
AGI.Foundation.Infrastructure
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public GeospatialContentServerAuthorizationProvider(
string baseUrl,
string applicationToken
)
Public Sub New (
baseUrl As String,
applicationToken As String
)
public:
GeospatialContentServerAuthorizationProvider(
String^ baseUrl,
String^ applicationToken
)
new :
baseUrl : string *
applicationToken : string -> GeospatialContentServerAuthorizationProvider
Parameters
- baseUrl
- Type: SystemString
The base URL of the Geospatial Content Server to connect to. - applicationToken
- Type: SystemString
The application token which will be used to obtain authorization tokens.
Exceptions See Also