Apply suggestions from code review

This commit is contained in:
Pat Brisbin 2023-04-06 08:51:41 -04:00
parent fb1b506606
commit 3a333df1ce

View File

@ -31,10 +31,10 @@ defaultScopes = ["openid", "profile"]
oauth2AzureADv2
:: YesodAuth m
=> Text
-- ^ Tenant Id
--
-- If using a multi-tenant App, @common@ can be given here.
--
-- ^ Tenant Id
--
-- If using a multi-tenant App, @common@ can be given here.
--
-> Text -- ^ Client Id
-> Text -- ^ Client secret
-> AuthPlugin m
@ -44,10 +44,10 @@ oauth2AzureADv2Scoped
:: YesodAuth m
=> [Text] -- ^ Scopes
-> Text
-- ^ Tenant Id
--
-- If using a multi-tenant App, @common@ can be given here.
--
-- ^ Tenant Id
--
-- If using a multi-tenant App, @common@ can be given here.
--
-> Text -- ^ Client Id
-> Text -- ^ Client Secret
-> AuthPlugin m