| 10 | } |
| 11 | |
| 12 | export interface UserOAuth { |
| 13 | token_endpoint: string |
| 14 | revoke_endpoint: string |
| 15 | client_id: string |
| 16 | } |
| 17 | |
| 18 | export interface UserTokens { |
| 19 | access_token: string |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…