TempService class base
com.atproto.temp.*
Constructors
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
-
addReservedHandle(
{required String handle, Map< String, String> ? $headers, Map<String, String> ? $unknown}) → Future<XRPCResponse< EmptyData> > - Add a handle to the set of reserved handles.
-
checkHandleAvailability(
{required String handle, String? email, DateTime? birthDate, Map< String, String> ? $headers, Map<String, String> ? $unknown}) → Future<XRPCResponse< TempCheckHandleAvailabilityOutput> > - Checks whether the provided handle is available. If the handle is not available, available suggestions will be returned. Optional inputs will be used to generate suggestions.
-
checkSignupQueue(
{Map< String, String> ? $headers, Map<String, String> ? $unknown}) → Future<XRPCResponse< TempCheckSignupQueueOutput> > - Check accounts location in signup queue.
-
dereferenceScope(
{required String scope, Map< String, String> ? $headers, Map<String, String> ? $unknown}) → Future<XRPCResponse< TempDereferenceScopeOutput> > - Allows finding the oauth permission scope from a reference
-
fetchLabels(
{int? since, int? limit, Map< String, String> ? $headers, Map<String, String> ? $unknown}) → Future<XRPCResponse< TempFetchLabelsOutput> > - DEPRECATED: use queryLabels or subscribeLabels instead -- Fetch all labels from a labeler created after a certain date.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
requestPhoneVerification(
{required String phoneNumber, Map< String, String> ? $headers, Map<String, String> ? $unknown}) → Future<XRPCResponse< EmptyData> > - Request a verification code to be sent to the supplied phone number
-
revokeAccountCredentials(
{required String account, Map< String, String> ? $headers, Map<String, String> ? $unknown}) → Future<XRPCResponse< EmptyData> > - Revoke sessions, password, and app passwords associated with account. May be resolved by a password reset.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited