(credential: Credentials)
| 20 | private readonly credential: Credentials; |
| 21 | |
| 22 | private constructor(credential: Credentials) { |
| 23 | this.credential = credential |
| 24 | } |
| 25 | |
| 26 | /** |
| 27 | * Create a new session or load existing one with the given tag |
nothing calls this directly
no outgoing calls
no test coverage detected