MCQs > IT & Programming > Microsoft Azure > This ode is used for authenticating a user by using the Azure Active Directory. Which of the given statements is/are correct regarding the following code? private static AuthenticationResult GetAccessTokenO { AuthenticationContext abc = new AuthenticationContext ('httsz/login.windows.net/' + domainName); AuthenticationResult token = abc.AcquireTol Uri(redirectUri) , PromptBehavior.Auto ); return token;

Microsoft Azure MCQs

The following code is used for authenticating a user by using the Azure Active Directory. Which of the

given statements is/are correct regarding the following code?

private static AuthenticationResult GetAccessTokenO

{

AuthenticationContext abc = new AuthenticationContext ("httsz/login.windows.net/" + domainName);

AuthenticationResult token = abc.AcquireTol

Uri(redirectUri) , PromptBehavior.Auto );

return token;


Answer

Correct Answer:

It is used to retrieve the access token for the current user

Explanation:

Note: This Question is unanswered, help us to find answer for this one

Microsoft Azure Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

Microsoft Azure Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it