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 db9e3fd commit db5a44f
Showing 1 changed file with 12 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ tags:
| dcrSignatureValidationSharedSecret | Specifies shared secret for Dynamic Client Registration | [Details](#dcrsignaturevalidationsharedsecret) |
| dcrSignatureValidationSoftwareStatementJwksClaim | Specifies claim name inside software statement. Value of claim should point to inlined JWKS | [Details](#dcrsignaturevalidationsoftwarestatementjwksclaim) |
| dcrSignatureValidationSoftwareStatementJwksURIClaim | Specifies claim name inside software statement. Value of claim should point to JWKS URI | [Details](#dcrsignaturevalidationsoftwarestatementjwksuriclaim) |
| dcrSsaValidationConfigs | DCR SSA Validation configurations used to perform validation of SSA or DCR | [Details](#dcrssavalidationconfigs) |
| defaultSignatureAlgorithm | The default signature algorithm to sign ID Tokens | [Details](#defaultsignaturealgorithm) |
| defaultSubjectType | The default subject type used for dynamic client registration | [Details](#defaultsubjecttype) |
| deviceAuthzEndpoint | URL for the Device Authorization | [Details](#deviceauthzendpoint) |
Expand Down Expand Up @@ -229,7 +230,7 @@ tags:
| softwareStatementValidationClaimName | Validation claim name for software statement | [Details](#softwarestatementvalidationclaimname) |
| softwareStatementValidationType | Validation type used for software statement | [Details](#softwarestatementvalidationtype) |
| spontaneousScopeLifetime | The lifetime of spontaneous scope in seconds | [Details](#spontaneousscopelifetime) |
| ssaConfiguration | | [Details](#ssaconfiguration) |
| ssaConfiguration | SSA Configuration | [Details](#ssaconfiguration) |
| statAuthorizationScope | Scope required for Statistical Authorization | [Details](#statauthorizationscope) |
| staticDecryptionKid | Specifies static decryption Kid | [Details](#staticdecryptionkid) |
| staticKid | Specifies static Kid | [Details](#statickid) |
Expand Down Expand Up @@ -840,6 +841,15 @@ tags:
- Default value: None


### dcrSsaValidationConfigs

- Description: DCR SSA Validation configurations used to perform validation of SSA or DCR

- Required: No

- Default value: None


### defaultSignatureAlgorithm

- Description: The default signature algorithm to sign ID Tokens
Expand Down Expand Up @@ -2237,7 +2247,7 @@ tags:

### ssaConfiguration

- Description:
- Description: SSA Configuration

- Required: No

Expand Down

0 comments on commit db5a44f

Please sign in to comment.