mirror of
https://github.com/zitadel/oidc.git
synced 2026-01-18 01:00:26 -06:00
6 lines
130 B
Go
6 lines
130 B
Go
package rp
|
|
|
|
import "errors"
|
|
|
|
var ErrRelyingPartyNotSupportRevokeCaller = errors.New("RelyingParty does not support RevokeCaller")
|