mirror of
https://github.com/zitadel/oidc.git
synced 2026-01-14 07:09:32 -06:00
6 lines
88 B
Go
6 lines
88 B
Go
package client
|
|
|
|
import "errors"
|
|
|
|
var ErrEndpointNotSet = errors.New("endpoint not set")
|