IAuthorizationProviderGetAuthorizationToken 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: 25.1.421.0 (25.1.421.0)
Syntaxstring GetAuthorizationToken(
	string url
)
Function GetAuthorizationToken ( 
	url As String
) As String
String^ GetAuthorizationToken(
	String^ url
)
abstract GetAuthorizationToken : 
        url : string -> string 
Parameters
- url
 - Type: SystemString
The URL of the resource that will be requested. 
Return Value
Type: 
StringThe authorization token.
See Also