Expand description
Authentication models for the Circle User-Controlled Wallets API.
Contains request and response types for device-token, email OTP, and user-token refresh flows.
Structsยง
- Device
Token Email Data datapayload for an email sign-in device-token response.- Device
Token Email Request - Request body for
getDeviceTokenEmail. - Device
Token Email Response - Response envelope for
getDeviceTokenEmail. - Device
Token Social Data datapayload for a social sign-in device-token response.- Device
Token Social Request - Request body for
getDeviceTokenSocial. - Device
Token Social Response - Response envelope for
getDeviceTokenSocial. - Refresh
User Token Data datapayload for a refreshed user token.- Refresh
User Token Request - Request body for
refreshUserToken. - Refresh
User Token Response - Response envelope for
refreshUserToken. - Resend
OtpData datapayload for a resend-OTP response.- Resend
OtpRequest - Request body for
resendOtp. - Resend
OtpResponse - Response envelope for
resendOtp.