Permissions returns a copy of the Permissions object that was available for setup in the auth handlers via the Context.
()
| 64 | // Permissions returns a copy of the Permissions object that was available for |
| 65 | // setup in the auth handlers via the Context. |
| 66 | Permissions() Permissions |
| 67 | |
| 68 | // Pty returns PTY information, a channel of window size changes, and a boolean |
| 69 | // of whether or not a PTY was accepted for this session. |