True if a server has persisted OAuth tokens (already authenticated).
(name: string)
| 303 | |
| 304 | /** True if a server has persisted OAuth tokens (already authenticated). */ |
| 305 | isAuthenticated(name: string): boolean { |
| 306 | return hasStoredAuth(name) |
| 307 | } |
| 308 | } |
no test coverage detected