GeospatialContentServerAuthorizationProvider.GetAuthorizationToken Method |
Gets an authorization token that will be used to request the given URL.
Namespace:
AGI.Foundation.Infrastructure
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.3.420.0 (24.3.420.0)
Syntaxpublic string GetAuthorizationToken(
string url
)
Public Function GetAuthorizationToken (
url As String
) As String
public:
virtual String^ GetAuthorizationToken(
String^ url
) sealed
abstract GetAuthorizationToken :
url : string -> string
override GetAuthorizationToken :
url : string -> string
Parameters
- url
- Type: System.String
The URL of the resource that will be requested.
Return Value
Type:
StringThe authorization token.
Implements
IAuthorizationProvider.GetAuthorizationToken(String)
See Also