public interface Login
A YouTrack login.
YouTrack supports different authentication strategies (username/password, token,
etc.), hence it's up to implementations to know what to do with
session().
UsernamePassword,
Anonymous,
PermanentToken| Modifier and Type | Method and Description |
|---|---|
Session |
session()
|
Session session() throws AuthenticationException, IOException
AuthenticationException - if the login process fails due to invalid
credentialsIOException - if the YouTrack endpoint is unreachableCopyright © 2017–2018 George Aristy. All rights reserved.