Package-level declarations

Types

Link copied to clipboard
object Login

A dummy object that represents a Login.

Link copied to clipboard

This is a helper class that encapsulates the default form parameters required by the login request to AO3. The constructor is internal in order to prevent the end user from instantiating it. This way, it can be used as a default parameter in Retrofit without actually allowing the user to change it.

Link copied to clipboard
object Logout

A dummy object that represents a Logout.

Link copied to clipboard

This is a helper class that encapsulates the default form parameters required by the logout request to AO3. The constructor is internal in order to prevent the end user from instantiating it. This way, it can be used as a default parameter in Retrofit without actually allowing the user to change it.