Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(91)

Side by Side Diff: server/auth/delegation/doc.go

Issue 2236163002: auth: Low-level API for minting delegation tokens. (Closed) Base URL: https://chromium.googlesource.com/external/github.com/luci/luci-go@store-int-in-cache
Patch Set: Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | server/auth/delegation/minter.go » ('j') | server/auth/delegation/minter.go » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 // Copyright 2016 The LUCI Authors. All rights reserved.
2 // Use of this source code is governed under the Apache License, Version 2.0
3 // that can be found in the LICENSE file.
4
5 // Package delegation contains low-level API for working with delegation tokens.
6 //
7 // It provides convenient wrappers around Auth Service API for creating the
8 // tokens and related proto messages.
9 //
10 // If you don't know what it is and how to use it, you probably don't need it.
iannucci 2016/08/11 22:52:35 I dunno about 'how to use it'... wouldn't that adv
Vadim Sh. 2016/08/11 23:25:37 Done.
11 //
12 // Prefer the high-level API in server/auth package, in particular
13 // `MintDelegationToken` and `auth.GetRPCTransport(ctx, auth.AsUser)`.
14 package delegation
OLDNEW
« no previous file with comments | « no previous file | server/auth/delegation/minter.go » ('j') | server/auth/delegation/minter.go » ('J')

Powered by Google App Engine
This is Rietveld 408576698