Sha256: da25f7cf158528b6b75d6372cca295186bbe86859cc74f863ab049c78586035b

Contents?: true

Size: 302 Bytes

Versions: 43

Compression:

Stored size: 302 Bytes

Contents

# frozen_string_literal: true

module Doorkeeper
  module OAuth
    GRANT_TYPES = [
      AUTHORIZATION_CODE = "authorization_code",
      IMPLICIT = "implicit",
      PASSWORD = "password",
      CLIENT_CREDENTIALS = "client_credentials",
      REFRESH_TOKEN = "refresh_token",
    ].freeze
  end
end

Version data entries

43 entries across 43 versions & 1 rubygems

Version Path
doorkeeper-5.2.0.rc2 lib/doorkeeper/oauth.rb
doorkeeper-5.2.0.rc1 lib/doorkeeper/oauth.rb
doorkeeper-5.1.0 lib/doorkeeper/oauth.rb