PnPContext RestClient #294
Answered
by
jansenbe
anthonywhite
asked this question in
Q&A
-
Is the PnPContext.RestClient intended to operate with the same OAuth context as its When I try to use it I get a 403 even though the |
Beta Was this translation helpful? Give feedback.
Answered by
jansenbe
Apr 29, 2021
Replies: 1 comment 4 replies
-
@anthonywhite : it's just the http client, the oauth bearer token is added internally in PnP Core SDK. What would be the API call you wanted to make? Ideally we extend PnP Core SDK so you make the call in a "typed" manner |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
anthonywhite
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@anthonywhite : it's just the http client, the oauth bearer token is added internally in PnP Core SDK. What would be the API call you wanted to make? Ideally we extend PnP Core SDK so you make the call in a "typed" manner