fix idtokenvalidity and marshalling
This commit is contained in:
parent
42099c8207
commit
4d2387c472
4 changed files with 145 additions and 70 deletions
|
@ -4,7 +4,6 @@ import (
|
|||
"context"
|
||||
"errors"
|
||||
"net/http"
|
||||
"time"
|
||||
|
||||
"github.com/gorilla/schema"
|
||||
|
||||
|
@ -14,7 +13,6 @@ import (
|
|||
|
||||
type Exchanger interface {
|
||||
Issuer() string
|
||||
IDTokenValidity() time.Duration
|
||||
Storage() Storage
|
||||
Decoder() *schema.Decoder
|
||||
Signer() Signer
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue