wip: migrate to mono-repo. SPN has already been moved to spn/
This commit is contained in:
14
spn/access/account/client.go
Normal file
14
spn/access/account/client.go
Normal file
@@ -0,0 +1,14 @@
|
||||
package account
|
||||
|
||||
// Customer Agent URLs.
|
||||
const (
|
||||
CAAuthenticateURL = "/authenticate"
|
||||
CAProfileURL = "/user/profile"
|
||||
CAGetTokensURL = "/tokens"
|
||||
)
|
||||
|
||||
// Customer Hub URLs.
|
||||
const (
|
||||
CHAuthenticateURL = "/v1/authenticate"
|
||||
CHUserProfileURL = "/v1/user_profile"
|
||||
)
|
||||
Reference in New Issue
Block a user