| 68 | } |
| 69 | |
| 70 | type jwtAccess struct { |
| 71 | jsonKey []byte |
| 72 | } |
| 73 | |
| 74 | // NewJWTAccessFromFile creates PerRPCCredentials from the given keyFile. |
| 75 | func NewJWTAccessFromFile(keyFile string) (credentials.PerRPCCredentials, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected