Interface IAuthenticationProvider
- All Known Implementing Classes:
BaseAuthenticationProvider,TokenCredentialAuthProvider
public interface IAuthenticationProvider
Authenticates requests to be sent to the API
-
Method Summary
Modifier and TypeMethodDescriptiongetAuthorizationTokenAsync(URL requestUrl)Authenticates the request
-
Method Details
-
getAuthorizationTokenAsync
Authenticates the request- Parameters:
requestUrl- the outgoing request URL- Returns:
- a future with the token
-