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

Generated procedure module for main

Description: Create an authentication session.

Summary

Types

@type input() :: %{
  auth_factor_token: String.t(),
  identifier: String.t(),
  password: String.t()
}
@type output() :: %{
  access_jwt: String.t(),
  active: boolean(),
  did: String.t(),
  did_doc: any(),
  email: String.t(),
  email_auth_factor: boolean(),
  email_confirmed: boolean(),
  handle: String.t(),
  refresh_jwt: String.t(),
  status: :takendown | :suspended | :deactivated
}