Created
December 1, 2023 12:50
-
-
Save MO-ska/6f330c584d017578f5695745a729d654 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl --location --request POST 'https://mci.opi.org.pl/auth/realms/OPI/protocol/openid-connect/token' | |
--header 'Content-Type: application/x-www-form-urlencoded' | |
--data-urlencode 'client_id=polon2' | |
--data-urlencode 'grant_type=refresh_token' | |
--data-urlencode 'refresh_token=pobranyWcześniejOfflineToken' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment