Sha256: 6789d31cfdec9710a7502ac09de9f518401a0725400cba23a598bf5b9da0dd2f

Contents?: true

Size: 339 Bytes

Versions: 1

Compression:

Stored size: 339 Bytes

Contents

# frozen-string-literal: true

module Rodauth
  Feature.define(:oauth, :Oauth) do
    depends :oauth_base, :oauth_authorization_code_grant, :oauth_pkce, :oauth_implicit_grant,
            :oauth_device_grant, :oauth_token_introspection, :oauth_token_revocation,
            :oauth_application_management, :oauth_token_management
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rodauth-oauth-0.8.0 lib/rodauth/features/oauth.rb