Skip to content

Commit

Permalink
fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
Holist committed Dec 5, 2024
1 parent 6525033 commit 345ef2e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/services/france_travail_api/retrieve_access_token.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
module FranceTravailApi
class RetrieveAccessToken < BaseService
# https://francetravail.io/produits-partages/documentation/utilisation-api-france-travail/generer-access-token
API_SCOPES = ["api_rechercher-usagerv2 rechercheusager profil_accedant api_rendez-vous-partenairev1 gererRDV"].freeze
API_SCOPES = [
"api_rechercher-usagerv2 rechercheusager profil_accedant api_rendez-vous-partenairev1 gererRDV"
].freeze
PATH = "/connexion/oauth2/access_token".freeze

def call
Expand Down

0 comments on commit 345ef2e

Please sign in to comment.