Sha256: 11ffa69265130ebefd964f2a267d328405eca329adf22af7e9e5463c0489122d
Contents?: true
Size: 345 Bytes
Versions: 7
Compression:
Stored size: 345 Bytes
Contents
module SwaggerUiEngine module AuthConfigParser def admin_username configuration.admin_username end def admin_password configuration.admin_password end def basic_authentication_enabled? admin_username && admin_password end def configuration SwaggerUiEngine.configuration end end end
Version data entries
7 entries across 7 versions & 2 rubygems