blob: 2c100abcecef25a114ccbb2b7b085b6a33460f26 [file] [log] [blame]
Ash Wilson85d82652014-08-28 13:57:46 -04001package tokens
2
3import identity "github.com/rackspace/gophercloud/openstack/identity/v3"
4
5func getTokenURL(c *identity.Client) string {
6 return c.ServiceURL("auth", "tokens")
7}