Skip to main content

Module auth

Module auth 

Source
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ยง

DeviceTokenEmailData
data payload for an email sign-in device-token response.
DeviceTokenEmailRequest
Request body for getDeviceTokenEmail.
DeviceTokenEmailResponse
Response envelope for getDeviceTokenEmail.
DeviceTokenSocialData
data payload for a social sign-in device-token response.
DeviceTokenSocialRequest
Request body for getDeviceTokenSocial.
DeviceTokenSocialResponse
Response envelope for getDeviceTokenSocial.
RefreshUserTokenData
data payload for a refreshed user token.
RefreshUserTokenRequest
Request body for refreshUserToken.
RefreshUserTokenResponse
Response envelope for refreshUserToken.
ResendOtpData
data payload for a resend-OTP response.
ResendOtpRequest
Request body for resendOtp.
ResendOtpResponse
Response envelope for resendOtp.