AbstractCredentials class can hold your logic to get users credentials. It defines interface that can be used by ApipieBindings when the credentials are needed to create connection
Clear credentials storage
# File lib/apipie_bindings/credentials.rb, line 19 def clear end
Check that credentials storage is empty
# File lib/apipie_bindings/credentials.rb, line 15 def empty? end
Convert credentials to hash usable for merging to RestClient configuration @return [Hash]
# File lib/apipie_bindings/credentials.rb, line 10 def to_params {} end