backup
This commit is contained in:
parent
10d671956a
commit
80eeee2de2
19 changed files with 422 additions and 157 deletions
9
pkg/op/u/signer.go
Normal file
9
pkg/op/u/signer.go
Normal file
|
@ -0,0 +1,9 @@
|
|||
package u
|
||||
|
||||
import (
|
||||
"github.com/caos/oidc/pkg/oidc"
|
||||
)
|
||||
|
||||
type Signer interface {
|
||||
Sign(claims *oidc.IDTokenClaims) (string, error)
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue