Click or drag to resize

ConstantAuthorizationProvider.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: 25.1.421.0 (25.1.421.0)
Syntax
public string GetAuthorizationToken(
	string url
)

Parameters

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

Return Value

Type: String
The authorization token.

Implements

IAuthorizationProvider.GetAuthorizationToken(String)
See Also