IAuthenticationProvider Interface

public interface IAuthenticationProvider

Authenticates requests to be sent to the API

Method Summary

Modifier and Type Method and Description
abstract java.util.concurrent.CompletableFuture<java.lang.String> getAuthorizationTokenAsync(URL requestUrl)

Authenticates the request

Method Details

getAuthorizationTokenAsync

public abstract CompletableFuture getAuthorizationTokenAsync(URL requestUrl)

Authenticates the request

Parameters:

requestUrl - the outgoing request URL

Returns:

a future with the token

Applies to