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.6.0
Show newest version
{{>noteinfo}}

deferred class
	AUTHENTICATION

feature -- Access

   apply_to_params(a_query_params: LIST [TUPLE [name:READABLE_STRING_8; value:READABLE_STRING_8]]; a_header_params: STRING_TABLE [READABLE_STRING_8])
   			-- 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