apply abstract method

void apply(
  1. Options options
)

Applies authentication credentials to the outgoing request options.

Implementations mutate options in place — for example by adding an Authorization header or another custom header. Query-parameter-based authentication cannot use this method; see QueryAuthenticator for that pattern.

Implementation

void apply(Options options);