HasToken reports whether a valid token is currently available.
()
| 124 | |
| 125 | // HasToken reports whether a valid token is currently available. |
| 126 | func (m *Manager) HasToken() bool { |
| 127 | return m.AccessToken() != "" |
| 128 | } |
| 129 | |
| 130 | // Authenticate ensures the session is authorized. |
| 131 | // |
nothing calls this directly
no test coverage detected