Click or drag to resize

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: 24.1.418.0 (24.1.418.0)
Syntax
string GetAuthorizationToken(
	string url
)

Parameters

url
Type: SystemString
The URL of the resource that will be requested.

Return Value

Type: String
The authorization token.
See Also