mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-02 21:08:01 +08:00
Change generated access token description
This commit is contained in:
parent
b063e35c49
commit
991ff4cda6
|
@ -325,7 +325,7 @@ CLASS lcl_2fa_github_authenticator IMPLEMENTATION.
|
||||||
METHOD set_new_token_request.
|
METHOD set_new_token_request.
|
||||||
DATA: lv_json_string TYPE string.
|
DATA: lv_json_string TYPE string.
|
||||||
|
|
||||||
lv_json_string = |\{"scopes":["repo"],"note":"abapGit","fingerprint":"abapGit2FA"\}|.
|
lv_json_string = `{"scopes":["repo"],"note":"Generated by abapGit","fingerprint":"abapGit2FA"}`.
|
||||||
|
|
||||||
ii_request->set_data( cl_abap_codepage=>convert_to( lv_json_string ) ).
|
ii_request->set_data( cl_abap_codepage=>convert_to( lv_json_string ) ).
|
||||||
ii_request->set_header_field( name = if_http_header_fields_sap=>request_uri
|
ii_request->set_header_field( name = if_http_header_fields_sap=>request_uri
|
||||||
|
|
Loading…
Reference in New Issue
Block a user