-
- Downloads
Merge pull request #983 from jboeuf/refresh_token_parsing
Adding refresh token credentials.
Showing
- include/grpc/grpc_security.h 9 additions, 0 deletionsinclude/grpc/grpc_security.h
- src/core/security/credentials.c 63 additions, 16 deletionssrc/core/security/credentials.c
- src/core/security/credentials.h 16 additions, 0 deletionssrc/core/security/credentials.h
- src/core/security/google_default_credentials.c 18 additions, 1 deletionsrc/core/security/google_default_credentials.c
- src/core/security/json_token.c 72 additions, 7 deletionssrc/core/security/json_token.c
- src/core/security/json_token.h 22 additions, 1 deletionsrc/core/security/json_token.h
- test/core/security/credentials_test.c 94 additions, 8 deletionstest/core/security/credentials_test.c
- test/core/security/fetch_oauth2.c 47 additions, 30 deletionstest/core/security/fetch_oauth2.c
- test/core/security/json_token_test.c 70 additions, 0 deletionstest/core/security/json_token_test.c
Loading
Please register or sign in to comment