You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I currently have an application running using the device flow method and I want to change to use cert auth. I followed the steps that you have an it compiles BUT further along in the process when I try to execute this line:
future = app.acquireToken(deviceCodeFlowParameters);
It throws an error: "The method acquireToken(ClientCredentialParameters) in the type ConfidentialClientApplication is not applicable for the arguments (DeviceCodeFlowParameters)".
How do I turn the auth into an access token? Any help would be greatly appreciated!!!
Document Details
⚠ Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.
ID: b114c4ad-080a-81b5-ab2d-688bec12bdf2
Version Independent ID: b114c4ad-080a-81b5-ab2d-688bec12bdf2
I currently have an application running using the device flow method and I want to change to use cert auth. I followed the steps that you have an it compiles BUT further along in the process when I try to execute this line:
future = app.acquireToken(deviceCodeFlowParameters);
It throws an error: "The method acquireToken(ClientCredentialParameters) in the type ConfidentialClientApplication is not applicable for the arguments (DeviceCodeFlowParameters)".
How do I turn the auth into an access token? Any help would be greatly appreciated!!!
Document Details
⚠ Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.
Tasks
The text was updated successfully, but these errors were encountered: