()
| 893 | } |
| 894 | |
| 895 | func (a *App) Session() *session.Session { |
| 896 | return a.session |
| 897 | } |
| 898 | |
| 899 | // PermissionsInfo returns combined permissions info from team and session. |
| 900 | // Returns nil if no permissions are configured at either level. |
no outgoing calls