Sha256: fb03a09c849ac34385d7d204dd603b48fb589b9b0dae7812a190a256a8c71e3f
Contents?: true
Size: 182 Bytes
Versions: 2
Compression:
Stored size: 182 Bytes
Contents
# frozen_string_literal: true module DvelpApiAuth module Authentication def valid_request? DvelpApiAuth::Authentication::ApiRequest.new(request).valid? end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
dvelp_api_auth-0.5.0 | lib/dvelp_api_auth/authentication.rb |
dvelp_api_auth-0.1.0 | lib/dvelp_api_auth/authentication.rb |