Class GuestSessionManager
java.lang.Object
com.amilesend.tmdb.client.connection.auth.GuestSessionManager
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
void
Deletes the created guest session.Authenticates with TMDB to allow for user grant approvals to access account information.
-
Method Details
-
getGuestSessionId
-
registerNewSession
Authenticates with TMDB to allow for user grant approvals to access account information.- Returns:
- the guest session identifier
- Throws:
SessionException
- if an error occurred while creating the session
-
deleteSession
Deletes the created guest session.- Throws:
SessionException
- if an error occurred while deleting the session
-
builder
-