atproto
library
Classes
ATProto
Provides com.atproto.* services.
SyncServiceImpl
A hand-written extension of the generated SyncService that adds a
convenience Firehose subscription which yields already-decoded, typed
messages instead of raw binary frames.
Functions
createSession ({required String identifier , required String password , String ? authFactorToken , Protocol ? protocol , String ? service , RetryStrategy ? retryConfig , PostClient ? client })
→ Future <XRPCResponse <Session > >
https://atprotodart.com/docs/lexicons/com/atproto/server/createSession
deleteSession ({Protocol ? protocol , String ? service , required String refreshJwt , RetryStrategy ? retryConfig , PostClient ? client })
→ Future <XRPCResponse <EmptyData > >
https://atprotodart.com/docs/lexicons/com/atproto/server/deleteSession
refreshSession ({required String refreshJwt , Protocol ? protocol , String ? service , RetryStrategy ? retryConfig , PostClient ? client })
→ Future <XRPCResponse <Session > >
https://atprotodart.com/docs/lexicons/com/atproto/server/refreshSession