diff options
| author | mo khan <mo@mokhan.ca> | 2022-05-08 21:08:08 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2022-05-08 21:08:08 -0600 |
| commit | 200dd197c30467d5f9739c24c6095460ad31b2ea (patch) | |
| tree | 67ead29454d955924d983ac81bb88c6309df2783 | |
| parent | 9a7071121401b92d8171f3891e4c915d1fd31051 (diff) | |
feat: add software statement to request
| -rw-r--r-- | pkg/dto/client_metadata.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/dto/client_metadata.go b/pkg/dto/client_metadata.go index 0c85090..aa0756b 100644 --- a/pkg/dto/client_metadata.go +++ b/pkg/dto/client_metadata.go @@ -13,6 +13,7 @@ type ClientMetadata struct { ResponseTypes []ResponseType `json:"response_types"` Scope string `json:"scope"` SoftwareId string `json:"software_id"` + SoftwareStatement string `json:"software_statement"` SoftwareVersion string `json:"software_version"` TermsOfServiceUri string `json:"tos_uri"` TokenEndpointAuthMethod TokenEndpointAuthMethod `json:"token_endpoint_auth_method"` |
