AI-generated Key Takeaways
-
The Account Transfer API enables secure and seamless transfer of user accounts between devices.
-
Authenticators utilize the AccountTransferClient for bootstrapping accounts during the transfer process.
-
The API provides status codes and exceptions for handling transfer operations and potential errors.
-
DeviceMetaData contains key information about the source device and authenticator capabilities.
Annotations
AuthenticatorTransferCompletionStatus | Status for account transfer. |
Classes
AccountTransfer | Main entry point for AccountTransfer API's. |
AccountTransferClient | Contains api's used by authenticators for bootstrapping accounts. |
AccountTransferStatusCodes | Account Transfer specific status codes, for use in
Status#getStatusCode() . |
DeviceMetaData | Contains meta information like source device auth info and whether an authenticator is allowed to throw challenge. |
Exceptions
AccountTransferException | An Exception
thrown in case of error during account transfer operations. |