Skip to content

Commit

Permalink
sdk: remove outdated consent helper
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Sep 18, 2017
1 parent 565c678 commit 56d3fef
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 230 deletions.
7 changes: 0 additions & 7 deletions sdk/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,6 @@ type Client struct {
// Groups offers warden group management capabilities.
Groups *group.HTTPManager

// Consent helps you verify consent challenges and sign consent responses.
Consent *Consent

http *http.Client
clusterURL *url.URL
clientID string
Expand Down Expand Up @@ -151,10 +148,6 @@ func Connect(opts ...option) (*Client, error) {
Client: c.http,
}

c.Consent = &Consent{
KeyManager: c.JSONWebKeys,
}

return c, nil
}

Expand Down
158 changes: 0 additions & 158 deletions sdk/consent.go

This file was deleted.

65 changes: 0 additions & 65 deletions sdk/consent_test.go

This file was deleted.

0 comments on commit 56d3fef

Please sign in to comment.