Skip to content

Commit 1e3a151

Browse files
Add generated code
1 parent 53306be commit 1e3a151

File tree

2,262 files changed

+523020
-32259
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,262 files changed

+523020
-32259
lines changed

go.mod

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,24 @@
1-
module github.com/okta/okta-sdk-golang/v2
1+
module github.com/okta/okta-sdk-golang/v4
22

3-
go 1.19
3+
go 1.20
44

55
require (
6-
github.com/BurntSushi/toml v1.1.0
76
github.com/cenkalti/backoff/v4 v4.1.3
87
github.com/go-jose/go-jose/v3 v3.0.1
98
github.com/jarcoal/httpmock v1.2.0
109
github.com/kelseyhightower/envconfig v1.4.0
1110
github.com/patrickmn/go-cache v0.0.0-20180815053127-5633e0862627
1211
github.com/stretchr/testify v1.7.1
12+
golang.org/x/oauth2 v0.0.0-20210323180902-22b0adad7558
1313
gopkg.in/yaml.v3 v3.0.1
1414
)
1515

1616
require (
1717
github.com/davecgh/go-spew v1.1.1 // indirect
18-
github.com/google/go-cmp v0.5.8 // indirect
18+
github.com/golang/protobuf v1.4.2 // indirect
1919
github.com/pmezard/go-difflib v1.0.0 // indirect
20-
golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e // indirect
21-
)
20+
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 // indirect
21+
golang.org/x/net v0.0.0-20200822124328-c89045814202 // indirect
22+
google.golang.org/appengine v1.6.6 // indirect
23+
google.golang.org/protobuf v1.25.0 // indirect
24+
)

go.sum

Lines changed: 355 additions & 7 deletions
Large diffs are not rendered by default.

okta/README.md

Lines changed: 1550 additions & 0 deletions
Large diffs are not rendered by default.

okta/accessPolicy.go

Lines changed: 0 additions & 80 deletions
This file was deleted.

okta/accessPolicyConstraint.go

Lines changed: 0 additions & 33 deletions
This file was deleted.

okta/accessPolicyConstraints.go

Lines changed: 0 additions & 32 deletions
This file was deleted.

okta/accessPolicyRule.go

Lines changed: 0 additions & 80 deletions
This file was deleted.

okta/accessPolicyRuleActions.go

Lines changed: 0 additions & 37 deletions
This file was deleted.

okta/accessPolicyRuleApplicationSignOn.go

Lines changed: 0 additions & 32 deletions
This file was deleted.

okta/accessPolicyRuleConditions.go

Lines changed: 0 additions & 53 deletions
This file was deleted.

0 commit comments

Comments
 (0)