IdentityService class final
Represents com.atproto.identity.*
service.
Constructors
- IdentityService(ServiceContext _ctx)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
getRecommendedDidCredentials(
{Map< String, String> ? headers}) → Future<XRPCResponse< DidCredentials> > - https://atprotodart.com/docs/lexicons/com/atproto/identity/getRecommendedDidCredentials
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
requestPlcOperationSignature(
) → Future< XRPCResponse< EmptyData> > - https://atprotodart.com/docs/lexicons/com/atproto/identity/requestPlcOperationSignature
-
resolveHandle(
{required String handle, Map< String, String> ? headers}) → Future<XRPCResponse< DID> > - https://atprotodart.com/docs/lexicons/com/atproto/identity/resolveHandle
-
signPlcOperation(
{String? token, List< String> ? rotationKeys, String? alsoKnownAs, Map<String, dynamic> ? verificationMethods, Map<String, dynamic> ? services}) → Future<XRPCResponse< PlcOperation> > - https://atprotodart.com/docs/lexicons/com/atproto/identity/signPlcOperation
-
submitPlcOperation(
Map< String, dynamic> operation) → Future<XRPCResponse< EmptyData> > - https://atprotodart.com/docs/lexicons/com/atproto/identity/submitPlcOperation
-
toString(
) → String -
A string representation of this object.
inherited
-
updateHandle(
{required String handle}) → Future< XRPCResponse< EmptyData> > - https://atprotodart.com/docs/lexicons/com/atproto/identity/updateHandle
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited