ozone
Toggle table of contents
0.3.4
common
Target filter
common
Switch theme
Search in API
Skip to content
ozone
bluesky
/
com.atproto.server
/
DeleteAccountRequest
Delete
Account
Request
@
Serializable
data
class
DeleteAccountRequest
(
val
did
:
Did
,
val
password
:
String
,
val
token
:
String
)
Members
Constructors
Delete
Account
Request
Link copied to clipboard
constructor
(
did
:
Did
,
password
:
String
,
token
:
String
)
Properties
did
Link copied to clipboard
val
did
:
Did
password
Link copied to clipboard
val
password
:
String
token
Link copied to clipboard
val
token
:
String