UsersApi class
Properties
Methods
-
beginPasskeyRegistration(
) → Future< PasskeyRegistrationBeginResponse?> - Begin passkey registration
-
beginPasskeyRegistrationWithHttpInfo(
) → Future< Response> - Begin passkey registration
-
deletePasskey(
String id) → Future< void> - Delete passkey
-
deletePasskeyWithHttpInfo(
String id) → Future< Response> - Delete passkey
-
finishPasskeyRegistration(
PasskeyRegistrationFinishRequest passkeyRegistrationFinishRequest) → Future< Passkey?> - Complete passkey registration
-
finishPasskeyRegistrationWithHttpInfo(
PasskeyRegistrationFinishRequest passkeyRegistrationFinishRequest) → Future< Response> - Complete passkey registration
-
getCurrentUser(
) → Future< UserResponse?> - Get current user profile
-
getCurrentUserWithHttpInfo(
) → Future< Response> - Get current user profile
-
getUserAnalytics(
{String? period}) → Future< UserAnalyticsResponse?> - Get user API analytics
-
getUserAnalyticsWithHttpInfo(
{String? period}) → Future< Response> - Get user API analytics
-
listPasskeys(
) → Future< ListPasskeys200Response?> - List user's passkeys
-
listPasskeysWithHttpInfo(
) → Future< Response> - List user's passkeys
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
renamePasskey(
String id, PasskeyRenameRequest passkeyRenameRequest) → Future< Passkey?> - Rename passkey
-
renamePasskeyWithHttpInfo(
String id, PasskeyRenameRequest passkeyRenameRequest) → Future< Response> - Rename passkey
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited