getTotpUri abstract method
- @POST.new("/two-factor/get-totp-uri")
- @Body.new() required TwoFactorPasswordBody body,
Returns the current TOTP URI. Requires the user's password.
Implementation
@POST("/two-factor/get-totp-uri")
Future<Result<TotpUriResponse>> getTotpUri({
@Body() required TwoFactorPasswordBody body,
});