Timscht
Timscht

Reputation: 23

Microsoft Graph - Java; AuthorizationCodeProvider : how to get the "authorizationCode"

I'm using msgraph-sdk-java-auth through an application that I've created. I'm trying to get data from Microsoft Azure with the object AuthorizationCodeProvider but I'm not able to understand how to get the AUTHORIZATION_CODEparameter.

Somebody knows how to use this class?

Thanks!

Upvotes: 2

Views: 1297

Answers (1)

unknown
unknown

Reputation: 7483

As far as I know, AUTHORIZATION_CODE is the Authorization Code received from the initial authorize call. You could find the authorization_code in the Steps to get authorizationCode from the sample.

enter image description here

Upvotes: 2

Related Questions