We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f1c785 commit 7aa8dfdCopy full SHA for 7aa8dfd
1 file changed
docs/general_samples.md
@@ -206,7 +206,7 @@ credential = InteractiveBrowserCredential(
206
client_id,
207
authority, # e.g. https://login.microsoftonline.com/ for public Azure cloud
208
tenant_id,
209
- redirect_uri # as configured in your App Registration > Authentication > Platofrm: Mobile and desktop applications
+ redirect_uri # as configured in your App Registration > Authentication > Platform: Mobile and desktop applications
210
)
211
scopes = ["Mail.Send.Shared"]
212
0 commit comments