Browse Source

Update src/OpenIddict.Client.WebIntegration/OpenIddictClientWebIntegrationProviders.xml

pull/2427/head
Kévin Chalet 1 month ago
committed by GitHub
parent
commit
4829a59f4c
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 3
      src/OpenIddict.Client.WebIntegration/OpenIddictClientWebIntegrationProviders.xml

3
src/OpenIddict.Client.WebIntegration/OpenIddictClientWebIntegrationProviders.xml

@ -1129,8 +1129,9 @@
<Setting PropertyName="AccessType" ParameterName="type" Type="String" Required="false"
Description="The value used as the 'access_type' parameter (can be set to 'offline' to retrieve a refresh token)" />
<Setting PropertyName="Prompt" ParameterName="prompt" Type="String" Required="false"
Description="The value used as the 'prompt' parameter can be set to none, consent (triggers a consent prompt on every session) or select_account (allows the user to select which account to use on each session)." />
Description="The value used as the 'prompt' parameter: can be set to none, consent (triggers a consent prompt on every session) or select_account (allows the user to select which account to use on each session)" />
</Provider>
<!--

Loading…
Cancel
Save