All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.microsoft.kiota.authentication.ApiKeyLocation Maven / Gradle / Ivy

The newest version!
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 - 2024 Weber Informatics LLC | Privacy Policy