Skip to content

Commit

Permalink
move to auth dir
Browse files Browse the repository at this point in the history
  • Loading branch information
elizabethhealy committed Nov 25, 2024
1 parent 9c5e6b4 commit 35e1374
Show file tree
Hide file tree
Showing 13 changed files with 4 additions and 4 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion sdk/idp_access_token_source.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
"github.com/lestrrat-go/jwx/v2/jwk"
"github.com/opentdf/platform/lib/ocrypto"
"github.com/opentdf/platform/sdk/auth"
"github.com/opentdf/platform/sdk/oauth"
"github.com/opentdf/platform/sdk/auth/oauth"
)

const (
Expand Down
2 changes: 1 addition & 1 deletion sdk/idp_cert_exchange.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"github.com/lestrrat-go/jwx/v2/jwk"
"github.com/opentdf/platform/lib/ocrypto"
"github.com/opentdf/platform/sdk/auth"
"github.com/opentdf/platform/sdk/oauth"
"github.com/opentdf/platform/sdk/auth/oauth"
)

type CertExchangeTokenSource struct {
Expand Down
2 changes: 1 addition & 1 deletion sdk/idp_token_exchange_token_source.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"github.com/lestrrat-go/jwx/v2/jwk"
"github.com/opentdf/platform/lib/ocrypto"
"github.com/opentdf/platform/sdk/auth"
"github.com/opentdf/platform/sdk/oauth"
"github.com/opentdf/platform/sdk/auth/oauth"
)

type IDPTokenExchangeTokenSource struct {
Expand Down
2 changes: 1 addition & 1 deletion sdk/options.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (

"github.com/opentdf/platform/lib/ocrypto"
"github.com/opentdf/platform/sdk/auth"
"github.com/opentdf/platform/sdk/oauth"
"github.com/opentdf/platform/sdk/auth/oauth"
"golang.org/x/oauth2"
"google.golang.org/grpc"
"google.golang.org/grpc/credentials"
Expand Down

0 comments on commit 35e1374

Please sign in to comment.