chore(package): remove dpop package

This commit is contained in:
unset 2024-04-26 09:29:27 -04:00
parent 0243c8cb85
commit 02388706d5
1 changed files with 0 additions and 5 deletions

View File

@ -35,11 +35,6 @@ type PasswordReader interface {
Read() ([]byte, error)
}
type CustomProofTokenClaims struct {
*dpop.ProofTokenClaims
Kid string `json:"kid,omitempty"`
}
type ConsolePasswordReader struct{}
func (pr ConsolePasswordReader) Read() ([]byte, error) {