CreateTOTPService

interface CreateTOTPService

Functions

createTOTP
Link copied to clipboard
@POST(value = "user/devices/totp")
abstract fun createTOTP(@Body body: CreateTOTPAPI.Body): Call<DeviceTOTP>