Interface Authentication


@API(status=STABLE) public interface Authentication
Definition of an authentication scheme.

An authentication scheme can be set through the ApiClient.getAuthentications() map.

  • Method Summary

    Modifier and Type
    Method
    Description
    void
    apply(Map<String,String> headerParams)
    Apply authentication settings to header params.
  • Method Details