Skip to content

Commit

Permalink
Update to bring new delete registration token method to v3 sdk.
Browse files Browse the repository at this point in the history
  • Loading branch information
Levi Sky authored and galxy25 committed Aug 28, 2020
1 parent 227654d commit 4557e62
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
7 changes: 4 additions & 3 deletions client.go
Original file line number Diff line number Diff line change
Expand Up @@ -725,9 +725,10 @@ type RegisterAccountResponse struct {
// Account wraps the data needed to make TozStore account calls
type Account struct {
AccountID string
Token string
Config ClientConfig
Client *accountClient.E3dbAccountClient
// JWT that can be used for later requests against the account service.
Token string
Config ClientConfig
Client *accountClient.E3dbAccountClient
}

// Challenge wraps the parameters needed to initiate and account login
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
github.com/jawher/mow.cli v1.0.4
github.com/mitchellh/go-homedir v1.0.0
github.com/stretchr/testify v1.6.1 // indirect
github.com/tozny/e3db-clients-go v0.0.91
github.com/tozny/e3db-clients-go v0.0.95
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421
google.golang.org/appengine v1.6.6 // indirect
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+
github.com/stretchr/testify v1.4.0/go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81PSLYec5m4=
github.com/stretchr/testify v1.6.1 h1:hDPOHmpOpP40lSULcqw7IrRb/u7w6RpDC9399XyoNd0=
github.com/stretchr/testify v1.6.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
github.com/tozny/e3db-clients-go v0.0.91 h1:v6qKSenMQUol3VBIkjcZJQqaNKZ5IRC8ckhTHDt/ExU=
github.com/tozny/e3db-clients-go v0.0.91/go.mod h1:q1Zu4VqAnV8g2wIQ4RTH8I0hHzth1L/sCdrVWc+BIAc=
github.com/tozny/e3db-clients-go v0.0.95 h1:e05dQc40Wdu+j37OAKZrRnozNMKnP6c6bF8NiMnn4/c=
github.com/tozny/e3db-clients-go v0.0.95/go.mod h1:q1Zu4VqAnV8g2wIQ4RTH8I0hHzth1L/sCdrVWc+BIAc=
github.com/tozny/utils-go v0.0.35 h1:gPvhlQ8QCoLBUjIx1COfYy6o4dfSM8Lrh+2FV9Ask+g=
github.com/tozny/utils-go v0.0.35/go.mod h1:SHi9wnpPEEzAxbwcBhRd+jW32r+gY6S+AcWweuGytRw=
golang.org/x/crypto v0.0.0-20180910181607-0e37d006457b/go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4=
Expand Down

0 comments on commit 4557e62

Please sign in to comment.