File: oauth-flow-jwt.md

package info (click to toggle)
r-cran-httr2 1.1.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,604 kB
  • sloc: sh: 21; makefile: 2
file content (16 lines) | stat: -rw-r--r-- 336 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# validates inputs

    Code
      oauth_flow_bearer_jwt(client1)
    Condition
      Error in `oauth_flow_bearer_jwt()`:
      ! JWT flow requires `client` with a key.

---

    Code
      oauth_flow_bearer_jwt(client2, claim = NULL)
    Condition
      Error in `oauth_flow_bearer_jwt()`:
      ! `claim` must be a list or function.