mirror of
https://github.com/freckle/yesod-auth-oauth2.git
synced 2026-04-20 18:04:14 +02:00
Apply suggestions from code review
This commit is contained in:
parent
46bacde9ee
commit
1d0f99be7b
@ -31,10 +31,10 @@ defaultScopes = ["openid", "profile"]
|
|||||||
oauth2AzureADv2
|
oauth2AzureADv2
|
||||||
:: YesodAuth m
|
:: YesodAuth m
|
||||||
=> Text
|
=> Text
|
||||||
-- ^ Tenant Id
|
-- ^ Tenant Id
|
||||||
--
|
--
|
||||||
-- If using a multi-tenant App, @common@ can be given here.
|
-- If using a multi-tenant App, @common@ can be given here.
|
||||||
--
|
--
|
||||||
-> Text -- ^ Client Id
|
-> Text -- ^ Client Id
|
||||||
-> Text -- ^ Client secret
|
-> Text -- ^ Client secret
|
||||||
-> AuthPlugin m
|
-> AuthPlugin m
|
||||||
@ -44,10 +44,10 @@ oauth2AzureADv2Scoped
|
|||||||
:: YesodAuth m
|
:: YesodAuth m
|
||||||
=> [Text] -- ^ Scopes
|
=> [Text] -- ^ Scopes
|
||||||
-> Text
|
-> Text
|
||||||
-- ^ Tenant Id
|
-- ^ Tenant Id
|
||||||
--
|
--
|
||||||
-- If using a multi-tenant App, @common@ can be given here.
|
-- If using a multi-tenant App, @common@ can be given here.
|
||||||
--
|
--
|
||||||
-> Text -- ^ Client Id
|
-> Text -- ^ Client Id
|
||||||
-> Text -- ^ Client Secret
|
-> Text -- ^ Client Secret
|
||||||
-> AuthPlugin m
|
-> AuthPlugin m
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user