File: errors.go

package info (click to toggle)
golang-github-zitadel-oidc 3.44.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,520 kB
  • sloc: makefile: 5
file content (5 lines) | stat: -rw-r--r-- 130 bytes parent folder | download | duplicates (4)
1
2
3
4
5
package rp

import "errors"

var ErrRelyingPartyNotSupportRevokeCaller = errors.New("RelyingParty does not support RevokeCaller")