hex_api_auth.test
You're seeing just the function
test
, go back to hex_api_auth module for more information.
Specs
test(hex_core:config(), map()) -> hex_api:response().
Test an auth key against a given domain and resource.
Examples:
1> Params = #{domain => <<"repository">>, resource => <<"gustafson_motors">>}.
2> hex_api_auth:test_key(hex_core:default_config(), Params).
{ok,{204, ..., nil}}