upgrade this module to v3

This commit is contained in:
Tim Möhlmann 2023-03-17 18:41:41 +02:00
parent 57fb9f77aa
commit 822776fe6a
81 changed files with 176 additions and 176 deletions

View file

@ -5,8 +5,8 @@ import (
"fmt"
"time"
"github.com/zitadel/oidc/v2/pkg/client"
"github.com/zitadel/oidc/v2/pkg/oidc"
"github.com/zitadel/oidc/v3/pkg/client"
"github.com/zitadel/oidc/v3/pkg/oidc"
)
func newDeviceClientCredentialsRequest(scopes []string, rp RelyingParty) (*oidc.ClientCredentialsRequest, error) {