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

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: add tests 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') | no next file with comments »
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, or why you would use it, you probably don't
11 // need it.
12 //
13 // Prefer the high-level API in server/auth package, in particular
14 // `MintDelegationToken` and `auth.GetRPCTransport(ctx, auth.AsUser)`.
15 package delegation
OLDNEW
« no previous file with comments | « no previous file | server/auth/delegation/minter.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698