Module Cephalopod_models.Com_Atproto_Identity_RefreshIdentity

lexicon "com.atproto.identity.refreshIdentity"

def main

type main_input = {
  1. identifier : string;
    (*

    format: "AtIdentifier"

    *)
}
val show_main_input : main_input -> Ppx_deriving_runtime.string
val main_input_to_value : main_input -> Cephalopod_dasl.Value.t
val show_main_output : main_output -> Ppx_deriving_runtime.string
val main_output_of_value : main_output Cephalopod_dasl.Value.Util.conv
val main_output_to_value : main_output -> Cephalopod_dasl.Value.t
type main_error = [
  1. | `HandleNotFound
  2. | `DidNotFound
  3. | `DidDeactivated
]
val show_main_error : main_error -> Ppx_deriving_runtime.string

Request that the server re-resolve an identity (DID and handle). The server may ignore this request, or require authentication, depending on the role, implementation, and policy of the server.