Skip to content

Commit

Permalink
SDK-2469-added-examples-for-go-idv-support-brand-id-in-session-config
Browse files Browse the repository at this point in the history
  • Loading branch information
mehmet-yoti committed Sep 19, 2024
1 parent 1c429aa commit e5485c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions _examples/idv/models.sessionspec.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ func buildSessionSpec() (sessionSpec *create.SessionSpecification, err error) {
WithPrivacyPolicyUrl("https://localhost:8080/privacy-policy").
WithIdDocumentTextExtractionGenericAttempts(2).
WithAllowHandOff(true).
WithBrandId("some_brand_id").
Build()
if err != nil {
return nil, err
Expand Down

0 comments on commit e5485c6

Please sign in to comment.