Module Cephalopod_models.Com_Atproto_Server_ResetPassword

lexicon "com.atproto.server.resetPassword"

def main

type main_input = {
  1. token : string;
  2. password : string;
}
val show_main_input : main_input -> Ppx_deriving_runtime.string
val main_input_to_value : main_input -> Cephalopod_dasl.Value.t
type main_error = [
  1. | `ExpiredToken
  2. | `InvalidToken
]
val show_main_error : main_error -> Ppx_deriving_runtime.string
val main : (unit, main_input, unit, main_error) Base.procedure

Reset a user account password using a token.