fix tests with VerifyIdToken
This commit is contained in:
parent
ee62bffed4
commit
63fda45cfd
3 changed files with 6 additions and 3 deletions
|
@ -69,6 +69,9 @@ type Verifier struct{}
|
|||
func (v *Verifier) Verify(ctx context.Context, accessToken, idToken string) (*oidc.IDTokenClaims, error) {
|
||||
return nil, nil
|
||||
}
|
||||
func (v *Verifier) VerifyIdToken(ctx context.Context, idToken string) (*oidc.IDTokenClaims, error) {
|
||||
return nil, nil
|
||||
}
|
||||
|
||||
type Sig struct{}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue