ApiKeyAuth

class ApiKeyAuth(location: String, val paramName: String) : Authentication

Constructors

Link copied to clipboard
constructor(location: String, paramName: String)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun apply(query: MutableMap<String, List<String>>, headers: MutableMap<String, String>)

Apply authentication settings to header and query params.