ReFramework’s UiDemo practice: In UiDemo_Login.xaml file, we are creating an input argument named In_Credential.
q1. Where is the this In_Credential argument taking the data from? How do we specify the location it should read data ?
They have used GetAppCredentials.xaml file in the walkthrough which is taking data from In_Credential and storing the data in Username & password variables and exporting the data as Out_Username & Out_password arguments.
Q2. How GetAppCredentials.xaml is working?