Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
larshp committed Apr 5, 2024
1 parent 4d419ac commit f9d0627
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/oauth2/cl_oauth2_client.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ CLASS cl_oauth2_client IMPLEMENTATION.
WRITE '@KERNEL const scopes = abap.OA2P[i_profile.get().toUpperCase().trimEnd()].scopes;'.
WRITE '@KERNEL lv_scope.set(scopes[0]);'.


CREATE OBJECT lo_client.
lo_client->mo_config_writer_api = cl_oa2c_config_writer_api=>load( i_configuration ).
lo_client->mv_scope = lv_scope.
Expand Down

0 comments on commit f9d0627

Please sign in to comment.