Files
UnrealEngineUWP/Engine/Source/Programs/OidcToken/Properties/launchSettings.json
Joakim Lindqvist 5ddcae87e8 OidcToken - Application to help allocate a refresh token and access token as well as inspect the state of it.
#preflight none

[CL 20872383 by Joakim Lindqvist in ue5-main branch]
2022-06-29 07:31:01 -04:00

8 lines
131 B
JSON

{
"profiles": {
"oidc_token": {
"commandName": "Project",
"commandLineArgs": "--OutFile=results.json"
}
}
}