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

Eiffel.framework.auth.authentication.mustache Maven / Gradle / Ivy

There is a newer version: 7.8.0
Show newest version
{{>noteinfo}}  

deferred class
	AUTHENTICATION

feature -- Access

   apply_to_params(a_query_params: LIST [TUPLE [name:STRING; value:STRING]]; a_header_params: STRING_TABLE [STRING])
   			-- Apply authentication settings to header and query params.
   			-- `a_query_params' List of query parameters.
   			-- `a_header_params' Map of header parameters.
   		deferred
   		end

end




© 2015 - 2024 Weber Informatics LLC | Privacy Policy