Skip to content

Commit

Permalink
Merge pull request #255 from fevo-tech/master
Browse files Browse the repository at this point in the history
Add subject token to requesting part token options
  • Loading branch information
Nerzal authored Mar 27, 2021
2 parents d6a94e8 + 9a2b32c commit 12dc789
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions models.go
Original file line number Diff line number Diff line change
Expand Up @@ -802,6 +802,7 @@ type RequestingPartyTokenOptions struct {
ResponsePermissionsLimit *uint32 `json:"response_permissions_limit,omitempty"`
SubmitRequest *bool `json:"submit_request,string,omitempty"`
ResponseMode *string `json:"response_mode,omitempty"`
SubjectToken *string `json:"subject_token,omitempty"`
}

// FormData returns a map of options to be used in SetFormData function
Expand Down

0 comments on commit 12dc789

Please sign in to comment.