ProtoRune.Com.Atproto.Server.RefreshSession (proto_rune v0.1.1)

Generated procedure module for main

Description: Refresh an authentication session. Requires auth using the 'refreshJwt' (not the 'accessJwt').

Summary

Types

@type output() :: %{
  access_jwt: String.t(),
  active: boolean(),
  did: String.t(),
  did_doc: any(),
  handle: String.t(),
  refresh_jwt: String.t(),
  status: :takendown | :suspended | :deactivated
}