Skip to content

Commit

Permalink
docs: automated property doc generation
Browse files Browse the repository at this point in the history
  • Loading branch information
mo-auto committed Dec 5, 2022
1 parent 587aa90 commit 28fad9f
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ tags:
| backchannelTokenDeliveryModesSupported | Backchannel Token Delivery Modes Supported | [Details](#backchanneltokendeliverymodessupported) |
| backchannelUserCodeParameterSupported | Backchannel User Code Parameter Supported | [Details](#backchannelusercodeparametersupported) |
| baseEndpoint | The base URL for endpoints | [Details](#baseendpoint) |
| blockWebviewAuthorizationEnabled | Enable/Disable block authorizations that originate from Webview (Mobile apps). | [Details](#blockwebviewauthorizationenabled) |
| changeSessionIdOnAuthentication | Boolean value specifying whether change session_id on authentication. Default value is true | [Details](#changesessionidonauthentication) |
| checkSessionIFrame | URL for an OP IFrame that supports cross-origin communications for session state information with the RP Client using the HTML5 postMessage API | [Details](#checksessioniframe) |
| checkUserPresenceOnRefreshToken | Check whether user exists and is active before creating RefreshToken. Set it to true if check is needed(Default value is false - don't check. | [Details](#checkuserpresenceonrefreshtoken) |
Expand Down Expand Up @@ -553,6 +554,15 @@ tags:
- Default value: None


### blockWebviewAuthorizationEnabled

- Description: Enable/Disable block authorizations that originate from Webview (Mobile apps).

- Required: No

- Default value: false


### changeSessionIdOnAuthentication

- Description: Boolean value specifying whether change session_id on authentication. Default value is true
Expand Down

0 comments on commit 28fad9f

Please sign in to comment.