blob: 2c100abcecef25a114ccbb2b7b085b6a33460f26 [file] [log] [blame]
package tokens
import identity "github.com/rackspace/gophercloud/openstack/identity/v3"
func getTokenURL(c *identity.Client) string {
return c.ServiceURL("auth", "tokens")
}