Skip to content

Commit

Permalink
Merge pull request #2061 from pro4tlzz/pro4tlzz/add-userVerificationM…
Browse files Browse the repository at this point in the history
…ethods

add userVerificationMethods to API Payload
  • Loading branch information
duytiennguyen-okta committed Aug 20, 2024
2 parents fbbfb8b + bc4ea52 commit fbd4a0b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sdk/v2_possessionConstraint.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ type PossessionConstraint struct {
PhishingResistant string `json:"phishingResistant,omitempty"`
UserPresence string `json:"userPresence,omitempty"`
UserVerification string `json:"userVerification,omitempty"`
UserVerificationMethods []string `json:"userVerificationMethods,omitempty"`
}

func NewPossessionConstraint() *PossessionConstraint {
Expand Down

0 comments on commit fbd4a0b

Please sign in to comment.