Jiri Simsa | d7616c9 | 2015-03-24 23:44:30 -0700 | [diff] [blame] | 1 | // Copyright 2015 The Vanadium Authors. All rights reserved. |
| 2 | // Use of this source code is governed by a BSD-style |
| 3 | // license that can be found in the LICENSE file. |
| 4 | |
Suharsh Sivakumar | c004811 | 2015-03-19 11:48:28 -0700 | [diff] [blame] | 5 | package identity |
| 6 | |
| 7 | import ( |
| 8 | "v.io/x/ref/services/identity/internal/oauth" |
| 9 | ) |
| 10 | |
| 11 | // This file contains constants that need to be exported to users of the identity service. |
| 12 | |
| 13 | const SeekBlessingsRoute = oauth.SeekBlessingsRoute |