Wiki.Enterprise.Session (mediawiki_client v0.6.0)
View SourceAPI state container which is returned during login and is then passed to all methods. Note that the access token will expire in 24h so long-running processes will need to reauthenticate.
Summary
Types
@type t() :: %Wiki.Enterprise.Session{ __client__: Req.Request.t(), access_token: binary(), refresh_token: binary() }