Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
Grpc
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
tci-gateway-module
Grpc
Commits
d778651c
Commit
d778651c
authored
10 years ago
by
Yang Gao
Browse files
Options
Downloads
Patches
Plain Diff
formatting
parent
7d6b184f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
include/grpc++/credentials.h
+5
-5
5 additions, 5 deletions
include/grpc++/credentials.h
with
5 additions
and
5 deletions
include/grpc++/credentials.h
+
5
−
5
View file @
d778651c
...
@@ -105,11 +105,11 @@ std::unique_ptr<Credentials> ServiceAccountCredentials(
...
@@ -105,11 +105,11 @@ std::unique_ptr<Credentials> ServiceAccountCredentials(
const
grpc
::
string
&
json_key
,
const
grpc
::
string
&
scope
,
const
grpc
::
string
&
json_key
,
const
grpc
::
string
&
scope
,
std
::
chrono
::
seconds
token_lifetime
);
std
::
chrono
::
seconds
token_lifetime
);
// Builds JWT credentials.
// Builds JWT credentials.
// json_key is the JSON key string containing the client's private key.
// json_key is the JSON key string containing the client's private key.
// token_lifetime is the lifetime of each Json Web Token (JWT) created with
// token_lifetime is the lifetime of each Json Web Token (JWT) created with
// this credentials. It should not exceed grpc_max_auth_token_lifetime or
// this credentials. It should not exceed grpc_max_auth_token_lifetime or
// will be cropped to this value.
// will be cropped to this value.
std
::
unique_ptr
<
Credentials
>
JWTCredentials
(
std
::
unique_ptr
<
Credentials
>
JWTCredentials
(
const
grpc
::
string
&
json_key
,
std
::
chrono
::
seconds
token_lifetime
);
const
grpc
::
string
&
json_key
,
std
::
chrono
::
seconds
token_lifetime
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment