Microsoft.IdentityModel.Clients.ActiveDirectory.AuthenticationContext.AcquireTokenByAuthorizationCodeAsync 메서드는 사용자 인증 코드를 통해 액세스 토큰을 가져오는 데 사용됩니다. 이 메서드는 Azure Active Directory에서 인증하는 데 사용됩니다. 액세스 토큰은 클라이언트 애플리케이션이 웹 API 또는 기타 리소스에 대한 사용자 인증을 위해 사용될 수 있습니다. 사용자 인증 코드를 통해 토큰을 가져오려면 해당 코드와 클라이언트 ID, 리디렉션 URI를 제공해야 합니다.
C# (CSharp) Microsoft.IdentityModel.Clients.ActiveDirectory AuthenticationContext.AcquireTokenByAuthorizationCodeAsync - 35개의 예제가 발견되었습니다. 이것들은 오픈소스 프로젝트에서 추출된 C# (CSharp)의 Microsoft.IdentityModel.Clients.ActiveDirectory.AuthenticationContext.AcquireTokenByAuthorizationCodeAsync에 대한 실세계 최고 등급의 예제들입니다. 예제들을 평가하여 예제의 품질 향상에 도움을 줄 수 있습니다.