Click or drag to resize

IAuthorizationProvider Interface

Provides an authorization token that will be used when accessing a given resource.

Namespace:  AGI.Foundation.Infrastructure
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public interface IAuthorizationProvider

The IAuthorizationProvider type exposes the following members.

Methods
  NameDescription
Public methodGetAuthorizationToken
Gets an authorization token that will be used to request the given URL.
Top
See Also