Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 647 Bytes

comatprotoserverresetpasswordrequestbody.md

File metadata and controls

19 lines (14 loc) · 647 Bytes

ComAtprotoServerResetPasswordRequestBody

Example Usage

import { ComAtprotoServerResetPasswordRequestBody } from "@speakeasy-api/bluesky/models/operations";

let value: ComAtprotoServerResetPasswordRequestBody = {
  token: "<value>",
  password: "LtLeFvbch70lLYr",
};

Fields

Field Type Required Description
token string ✔️ N/A
password string ✔️ N/A