mirror of
https://github.com/pomerium/pomerium.git
synced 2025-06-07 13:22:43 +02:00
9 lines
271 B
Go
9 lines
271 B
Go
package identity
|
|
|
|
import "github.com/pomerium/pomerium/pkg/identity/identity"
|
|
|
|
// re-exported errors
|
|
var (
|
|
ErrVerifyAccessTokenNotSupported = identity.ErrVerifyAccessTokenNotSupported
|
|
ErrVerifyIdentityTokenNotSupported = identity.ErrVerifyIdentityTokenNotSupported
|
|
)
|