![JAR search and dependency download from the Maven repository](/logo.png)
com.microsoft.kiota.authentication.ApiKeyLocation Maven / Gradle / Ivy
package com.microsoft.kiota.authentication;
/**
* The location of the API key in the request.
*/
public enum ApiKeyLocation {
/** Add the API key as a query parameter */
QUERY_PARAMETER,
/** Add the API key as request header */
HEADER
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy