crypto
This commit is contained in:
parent
3d276c59b4
commit
d3d9e676c0
9 changed files with 126 additions and 34 deletions
|
@ -11,8 +11,7 @@ import (
|
|||
type AuthStorage interface {
|
||||
CreateAuthRequest(*oidc.AuthRequest) (AuthRequest, error)
|
||||
AuthRequestByID(string) (AuthRequest, error)
|
||||
AuthRequestByCode(string) (AuthRequest, error)
|
||||
DeleteAuthRequestAndCode(string, string) error
|
||||
DeleteAuthRequest(string) error
|
||||
|
||||
GetSigningKey() (*jose.SigningKey, error)
|
||||
GetKeySet() (*jose.JSONWebKeySet, error)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue