Sha256: 64b694a501b495d86e63983c107506a1b9c6c5b94eb17f3afccbb0dc9e7fb61c
Contents?: true
Size: 372 Bytes
Versions: 7
Compression:
Stored size: 372 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_client_credentials_grant, :oauth_device_grant, :oauth_token_introspection, :oauth_token_revocation, :oauth_application_management, :oauth_token_management end end
Version data entries
7 entries across 7 versions & 1 rubygems