1

I got a question -- I am trying to reuse the response from the ms-rest-nodeauth library. This way everytime I use my tool, I only need to authenticate if the authentication context is not valid.. Whenever I try to use the returned response I get this error

Error: credentials argument needs to implement signRequest method

Anyone got any suggestions?

ibnawfi
  • 55
  • 5

1 Answers1

0

If not already done then I believe that you would have to double check the code by leveraging the samples provided in this repo. If those samples are not helpful to resolve your error then raising an issue here / here would help you with better response from the repository contributors, etc.

Other references:

KrishnaG
  • 3,340
  • 2
  • 6
  • 16
  • I've already reached out to the maintainers of the project. The documentation is not clear on reuse of authentication context .. I assumed I can use the credentials response to authenticate again but I get the above mentioned error. – ibnawfi Jun 01 '20 at 12:48