safing-portmaster/spn/access/account/client.go

14 lines
269 B
Go

package account
// Customer Agent URLs.
const (
CAAuthenticateURL = "/authenticate"
CAProfileURL = "/user/profile"
CAGetTokensURL = "/tokens"
)
// Customer Hub URLs.
const (
CHAuthenticateURL = "/v1/authenticate"
CHUserProfileURL = "/v1/user_profile"
)